private-gpt/private_gpt/components
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
..
embedding Ingestion Speedup Multiple strategy (#1309) 2023-11-25 20:12:09 +01:00
ingest Fix the parallel ingestion mode, and make it available through conf (#1336) 2023-11-30 11:41:55 +01:00
llm feat(llm): drop default_system_prompt (#1385) 2023-12-08 23:13:51 +01:00
node_store Endpoint to delete documents ingested (#1163) 2023-11-06 15:47:42 +01:00
vector_store Make qdrant the default vector db (#1285) 2023-11-20 16:19:22 +01:00
__init__.py Next version of PrivateGPT (#1077) 2023-10-19 16:04:35 +02:00