AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

Bug: sometimes return error `Command evaluate_code returned: Error: The model: gpt-4 does not exist` when execute with --gpt3only prefix

Open saccohuo opened this issue 1 year ago • 4 comments

Bug: sometimes return error Command evaluate_code returned: Error: The model: gpt-4 does not exist when execute with --gpt3only prefix

saccohuo avatar Apr 05 '23 14:04 saccohuo

https://github.com/Torantulino/Auto-GPT/issues/187#issuecomment-1496599571

Thanks to this kind reference, please edit the .env file accordingly.

This is also my walkaround to use only gpt3, and works.

#SMART_LLM_MODEL="gpt-4" SMART_LLM_MODEL="gpt-3.5-turbo"

I hope this helps. Please give us feedback!

Mars-e avatar Apr 05 '23 15:04 Mars-e

I have edited my SMART_LLM_MODEL in .env and it is not working... still get the same error.

bensig avatar Apr 12 '23 01:04 bensig

same error ..

rajeshalda avatar Apr 16 '23 05:04 rajeshalda

Duplicate of #168

Pwuts avatar Apr 16 '23 17:04 Pwuts