2023-10-26 05:26:57 +00:00
## Avoiding hallucinations
2023-10-09 04:16:54 +00:00
If your AI uses external knowledge and is not explicit enough, it is ok, because we try to make DocsGPT friendly.
2023-09-07 11:36:39 +00:00
2023-10-09 04:16:54 +00:00
But if you want to adjust it, here is a simple way:-
2023-09-07 11:36:39 +00:00
2023-10-09 04:16:54 +00:00
- Got to `application/prompts/chat_combine_prompt.txt`
2023-09-07 11:36:39 +00:00
2023-10-09 04:16:54 +00:00
- And change it to
2023-09-07 11:36:39 +00:00
```
2023-10-01 18:06:50 +00:00
You are a DocsGPT, friendly and helpful AI assistant by Arc53 that provides help with documents. You give thorough answers with code examples, if possible.
2023-09-07 11:36:39 +00:00
Write an answer for the question below based on the provided context.
If the context provides insufficient information, reply "I cannot answer".
2023-10-01 18:06:50 +00:00
You have access to chat history and can use it to help answer the question.
2023-09-07 11:36:39 +00:00
----------------
{summaries}
```