feat: build docker images in CI

This commit is contained in:
Nick the Sick 2024-06-29 22:50:12 +02:00
parent c0b3a409dd
commit 5979f8321d
No known key found for this signature in database
GPG key ID: F575992F156E5BCC
6 changed files with 153 additions and 7 deletions

View file

@ -8,5 +8,5 @@ GROQ = "" # Groq API key - gsk_1234567890abcdef1234567890abcdef
ANTHROPIC = "" # Anthropic API key - sk-ant-1234567890abcdef1234567890abcdef
[API_ENDPOINTS]
SEARXNG = "http://localhost:32768" # SearxNG API URL
SEARXNG = "" # SearxNG API URL - http://localhost:32768
OLLAMA = "" # Ollama API URL - http://host.docker.internal:11434