chatgpt-retrieval-plugin
chatgpt-retrieval-plugin copied to clipboard
Add API method to answer questions directly using the retrieval plugin
At the moment, the query route under server/main.py only returns relevant chunks to the query. I would like to complete the process by adding a querygpt route which feeds the chunks back to the GPT model to return an answer.