Auto-GPT Command evaluate_code returned: Error: The model: `gpt-4` does not exist

题意:Auto-GPT 命令 evaluate_code 返回:错误:模型 `gpt-4` 不存在。

问题背景:

I'm working with auto-gpt and I got this error:

我在使用 auto-gpt 时遇到了这个错误:

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

在你的代码库中更新 .env 文件,使两个设置都等于 gpt-3.5-turbo。

 

猜你喜欢

转载自blog.csdn.net/suiusoar/article/details/143445399