mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-07 10:28:37 +00:00
feat(config): Remove preassigned values
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user