feat(sample-config): remove unused field

This commit is contained in:
ItzCrazyKns
2025-02-15 11:34:14 +05:30
parent 811c0c6fe1
commit e9ab425cee

View File

@ -3,7 +3,6 @@ PORT = 3001 # Port to run the server on
SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
KEEP_ALIVE = "5m" # How long to keep Ollama models loaded into memory. (Instead of using -1 use "-1m")
[MODELS]
[MODELS.OPENAI]
API_KEY = ""