quivr/backend/utils/constants.py
Matt e931d29017
feat: new classes (#499)
* 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 🪦
2023-07-04 16:56:54 +01:00

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"]