mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
feat(llm): Add support for Ollama LLM (#1526)
This commit is contained in:
parent
b178b51451
commit
6bbec79583
4 changed files with 53 additions and 1 deletions
|
|
@ -63,3 +63,6 @@ sagemaker:
|
|||
openai:
|
||||
api_key: ${OPENAI_API_KEY:}
|
||||
model: gpt-3.5-turbo
|
||||
|
||||
ollama:
|
||||
model: llama2-uncensored
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue