mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-04-30 08:12:26 +00:00
feat(sample-config): change ULR
to URL
This commit is contained in:
@ -8,5 +8,5 @@ CHAT_MODEL = "gpt-3.5-turbo" # Name of the model to use
|
|||||||
OPENAI = "sk-1234567890abcdef1234567890abcdef" # OpenAI API key
|
OPENAI = "sk-1234567890abcdef1234567890abcdef" # OpenAI API key
|
||||||
|
|
||||||
[API_ENDPOINTS]
|
[API_ENDPOINTS]
|
||||||
SEARXNG = "http://localhost:32768" # SearxNG API ULR
|
SEARXNG = "http://localhost:32768" # SearxNG API URL
|
||||||
OLLAMA = "http://localhost:11434" # Ollama API URL
|
OLLAMA = "http://localhost:11434" # Ollama API URL
|
Reference in New Issue
Block a user