feat(sample-config): change `ULR` to `URL`

This commit is contained in:
ItzCrazyKns 2024-04-20 18:26:54 +05:30 committed by GitHub
parent e964ffcea5
commit 95461154d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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