题意:Auto-GPT 命令 evaluate_code 返回:错误:模型 gpt-4
不存在。
问题背景:
I'm working with auto-gpt and I got this error:
Command evaluate_code returned: Error: The model: `gpt-4` does not exist
and it's like it can't go furthermore.
what should I do?
问题解决:
Update your .env file in your repo so that both are = to gpt-3.5-turbo
SMART_LLM_MODEL=gpt-3.5-turbo
FAST_LLM_MODEL=gpt-3.5-turbo
this issue is happening because you do not have API access to GPT4.
标签:turbo,code,returned,Auto,3.5,exist,evaluate,gpt From: https://blog.csdn.net/suiusoar/article/details/140451775