mini-agi icon indicating copy to clipboard operation
mini-agi copied to clipboard

model gpt-4 doesn't exist even with paid plan

Open twist3dimages opened this issue 1 year ago • 2 comments

openai.error.InvalidRequestError: The model: gpt-4 does not exist

I keep getting this message even though I am paying for the upgraded plan.

Relevant config

MODEL="gpt-4"
SUMMARIZER_MODEL="gpt-3.5-turbo"

MAX_CONTEXT_SIZE=4000
MAX_MEMORY_ITEM_SIZE=2000
SUMMARIZER_CHUNK_SIZE=3000

CLEAR_DB_ON_START=true
DEBUG=true

#pinecone, postgres, chromadb
MEMORY_TYPE="chromadb"

twist3dimages avatar Apr 21 '23 02:04 twist3dimages

The upgraded plan doesn't include GPT-4 by default... you need to get on the waitlist.

https://openai.com/waitlist/gpt-4-api

muellerberndt avatar Apr 21 '23 04:04 muellerberndt

GPT-4 api access is a game changer. Been waiting on the waitlist since the day it was announced. Still waiting. Bummed lol

jwestonmoss avatar Apr 25 '23 15:04 jwestonmoss