Closed lucastzuka closed 1 year ago
same
You probably don't have access to the GPT-4 api yet. change the modelName to e.g. gpt-3.5-turbo
in utils/makechain.ts:36
. This should do the trick.
Hi, @lucastzuka. I'm Dosu, and I'm helping the gpt4-pdf-chatbot-langchain team manage their backlog. I wanted to let you know that we are marking this issue as stale.
From what I understand, you reported an issue where the chatbot only responds to the first question asked and does not provide a response for subsequent questions. Jstaho also mentioned experiencing the same issue. In response, danielreiser suggested changing the modelName to gpt-3.5-turbo
in utils/makechain.ts:36
as a possible solution. It seems that this solution has resolved the issue.
Before we close this issue, we wanted to check with you if it is still relevant to the latest version of the gpt4-pdf-chatbot-langchain repository. If it is, please let us know by commenting on this issue. Otherwise, feel free to close the issue yourself, or it will be automatically closed in 7 days.
Thank you for your contribution, and we look forward to hearing from you soon.
Best regards, Dosu
When I ask the first question, the chat responds. But when I ask the second question, the chat avatar appears and the text box appears, but it remains blank, there is no response.