mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-25 04:12:44 +03:00
e931d29017
* feat: new classes * chore: private llm refactor and enable streaming * fix: validation errors in pytest * fix: default brain behavior * Update backend/llm/base.py * chore: remove 🪦 * fix: remove 🪦
9 lines
184 B
Python
9 lines
184 B
Python
openai_function_compatible_models = [
|
|
"gpt-3.5-turbo-0613",
|
|
"gpt-4-0613",
|
|
]
|
|
|
|
streaming_compatible_models = ["gpt-3.5-turbo, gpt4all-j-1.3"]
|
|
|
|
private_models = ["gpt4all-j-1.3"]
|