由于标题清楚地描述了我遇到的问题,我无法从使用nomic-ai/gpt4all的数据集获得对问题的响应。执行只是停止。无异常发生。我该如何克服这种情况?
我使用GPT4
的离线模式,因为我需要处理大量的问题。
p.s.此问题发生一段时间后。某些东西阻止GPT4All
为给定的问题生成响应。
question = 'Was Avogadro a professor at the University of Turin?'
gpt = GPT4All()
gpt.open()
resp = gpt.prompt(question)
print(f'Response: {resp}') # --> the execution does not reach here
1条答案
按热度按时间fnvucqvd1#
这在我的Windows笔记本电脑上工作。使用pygpt4all,基于此:https://github.com/nomic-ai/pygpt4all。
输出: