mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-18 16:11:45 +03:00
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"]
|