feat(config): Remove preassigned values

This commit is contained in:
ItzCrazyKns 2024-04-20 22:12:49 +05:30
parent 5924690df2
commit 0ea2bec85d
No known key found for this signature in database
GPG Key ID: 8162927C7CCE3065
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ CHAT_MODEL_PROVIDER = "openai" # "openai" or "ollama"
CHAT_MODEL = "gpt-3.5-turbo" # Name of the model to use
[API_KEYS]
OPENAI = "sk-1234567890abcdef1234567890abcdef" # OpenAI API key
OPENAI = "" # OpenAI API key - sk-1234567890abcdef1234567890abcdef
[API_ENDPOINTS]
SEARXNG = "http://localhost:32768" # SearxNG API URL
OLLAMA = "http://localhost:11434" # Ollama API URL
OLLAMA = "" # Ollama API URL - http://localhost:11434