seanpixel / Teenage-AGI

MIT License
902 stars 109 forks source link

model issue with GPT4 and read only issue #18

Open evmond1 opened 1 year ago

evmond1 commented 1 year ago

I've been getting an error saying the the model gpt-4 doesn't exist and had to plumb in gpt-3.5-turbo to make it work. Also FYI, might want to mention in the instructions that when you clone the repo the directory is set to read only, so it can't write to the memory count yaml file and bombs out, so need to change the directory permissions.

zenchantlive commented 1 year ago

This is still an issue.

seanpixel commented 1 year ago

The only reason why it would say gpt-4 doesn't exist is if you don't have access to it yet with your OpenAI API key. Thanks for the second comment about read-only, I'll update that :)

zenchantlive commented 1 year ago

I don't. Does this not work with 3.tturbo? Could you incorporate 3.5turbo?

On Thu, May 4, 2023, 1:41 PM seanpixel @.***> wrote:

The only reason why it would say gpt-4 doesn't exist is if you don't have access to it yet with your OpenAI API key. Thanks for the second comment about read-only, I'll update that :)

— Reply to this email directly, view it on GitHub https://github.com/seanpixel/Teenage-AGI/issues/18#issuecomment-1535384324, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYYOAZP5PEQH2YCNOSTKUW3XEQH53ANCNFSM6AAAAAAXHKM3EY . You are receiving this because you commented.Message ID: @.***>

wenzhao98 commented 1 year ago

I put the following line in the .env. It works for me.

OPENAI_MODEL=gpt-3.5-turbo