feat(config): Remove preassigned values
This commit is contained in:
parent
5924690df2
commit
0ea2bec85d
|
@ -5,8 +5,8 @@ CHAT_MODEL_PROVIDER = "openai" # "openai" or "ollama"
|
||||||
CHAT_MODEL = "gpt-3.5-turbo" # Name of the model to use
|
CHAT_MODEL = "gpt-3.5-turbo" # Name of the model to use
|
||||||
|
|
||||||
[API_KEYS]
|
[API_KEYS]
|
||||||
OPENAI = "sk-1234567890abcdef1234567890abcdef" # OpenAI API key
|
OPENAI = "" # OpenAI API key - sk-1234567890abcdef1234567890abcdef
|
||||||
|
|
||||||
[API_ENDPOINTS]
|
[API_ENDPOINTS]
|
||||||
SEARXNG = "http://localhost:32768" # SearxNG API URL
|
SEARXNG = "http://localhost:32768" # SearxNG API URL
|
||||||
OLLAMA = "http://localhost:11434" # Ollama API URL
|
OLLAMA = "" # Ollama API URL - http://localhost:11434
|
||||||
|
|
Loading…
Reference in New Issue