saffog / chat-llm-search-document

Chat app that uses openAI LLM to search relevant data in documents
MIT License
0 stars 0 forks source link

[Prompt] Adjust prompt to allow model to use chat history provided user data #24

Open saffog opened 9 months ago

saffog commented 9 months ago

After performing some test it seems the model fail to use provided user data in the chat, for example after input name, the next query uses the name, but the second query system does not uses name.