feat(llm): Add support for Ollama LLM (#1526)

This commit is contained in:
Ygal Blum 2024-02-09 16:50:50 +02:00 committed by GitHub
parent b178b51451
commit 6bbec79583
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 53 additions and 1 deletions

View file

@ -63,3 +63,6 @@ sagemaker:
openai:
api_key: ${OPENAI_API_KEY:}
model: gpt-3.5-turbo
ollama:
model: llama2-uncensored