privateGPT/tests
Louis Melchior a3ed14c58f
feat(llm): drop default_system_prompt (#1385)
As discussed on Discord, the decision has been made to remove the system prompts by default, to better segregate the API and the UI usages.

A concurrent PR (#1353) is enabling the dynamic setting of a system prompt in the UI.

Therefore, if UI users want to use a custom system prompt, they can specify one directly in the UI.
If the API users want to use a custom prompt, they can pass it directly into their messages that they are passing to the API.

In the highlight of the two use case above, it becomes clear that default system_prompt does not need to exist.
2023-12-08 23:13:51 +01:00
..
fixtures Make qdrant the default vector db (#1285) 2023-11-20 16:19:22 +01:00
server Make qdrant the default vector db (#1285) 2023-11-20 16:19:22 +01:00
settings fix: Remove global state (#1216) 2023-11-12 22:20:36 +01:00
ui fix: Remove global state (#1216) 2023-11-12 22:20:36 +01:00
__init__.py Next version of PrivateGPT (#1077) 2023-10-19 16:04:35 +02:00
conftest.py Next version of PrivateGPT (#1077) 2023-10-19 16:04:35 +02:00
test_prompt_helper.py feat(llm): drop default_system_prompt (#1385) 2023-12-08 23:13:51 +01:00