private-gpt/private_gpt/settings
Matthew Hill 2d27a9f956
feat(llm): Add openailike llm mode (#1447)
This mode behaves the same as the openai mode, except that it allows setting custom models not
supported by OpenAI. It can be used with any tool that serves models from an OpenAI compatible API.

Implements #1424
2023-12-26 10:26:08 +01:00
..
__init__.py Next version of PrivateGPT (#1077) 2023-10-19 16:04:35 +02:00
settings.py feat(llm): Add openailike llm mode (#1447) 2023-12-26 10:26:08 +01:00
settings_loader.py fix: Remove global state (#1216) 2023-11-12 22:20:36 +01:00
yaml.py fix: fix pytorch version to avoid wheel bug (#1123) 2023-10-27 20:27:40 +02:00