feat(providers): add deepseek provider
This commit is contained in:
parent
c4440327db
commit
588e68e93e
6 changed files with 79 additions and 0 deletions
|
|
@ -22,5 +22,8 @@ MODEL_NAME = ""
|
|||
[MODELS.OLLAMA]
|
||||
API_URL = "" # Ollama API URL - http://host.docker.internal:11434
|
||||
|
||||
[MODELS.DEEPSEEK]
|
||||
API_KEY = ""
|
||||
|
||||
[API_ENDPOINTS]
|
||||
SEARXNG = "" # SearxNG API URL - http://localhost:32768
|
||||
Loading…
Add table
Add a link
Reference in a new issue