fix: missing MODEL_NAME in config sample
This commit is contained in:
parent
ec5e5b3893
commit
d95849e538
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ API_KEY = ""
|
||||||
[MODELS.CUSTOM_OPENAI]
|
[MODELS.CUSTOM_OPENAI]
|
||||||
API_KEY = ""
|
API_KEY = ""
|
||||||
API_URL = ""
|
API_URL = ""
|
||||||
|
MODEL_NAME = ""
|
||||||
|
|
||||||
[MODELS.OLLAMA]
|
[MODELS.OLLAMA]
|
||||||
API_URL = "" # Ollama API URL - http://host.docker.internal:11434
|
API_URL = "" # Ollama API URL - http://host.docker.internal:11434
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue