Merge branch 'master' into master

This commit is contained in:
ItzCrazyKns 2024-11-28 20:50:02 +05:30 committed by GitHub
commit e1e2fdd802
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 1140 additions and 181 deletions

View file

@ -4,10 +4,10 @@ SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
KEEP_ALIVE = "5m" # How long to keep Ollama models loaded into memory. (Instead of using -1 use "-1m")
[API_KEYS]
OPENAI = ""
GROQ = ""
ANTHROPIC = ""
GEMINI = ""
OPENAI = "" # OpenAI API key - sk-1234567890abcdef1234567890abcdef
GROQ = "" # Groq API key - gsk_1234567890abcdef1234567890abcdef
ANTHROPIC = "" # Anthropic API key - sk-ant-1234567890abcdef1234567890abcdef
GEMINI = "" # Gemini API key - sk-1234567890abcdef1234567890abcdef
[API_ENDPOINTS]
OLLAMA = ""