chatgpt-api

Can't access gpt-4 model via python API although gpt-3.5 works

Can't access gpt-4 model via python API although gpt-3.5 works Question: I’m able to use the gpt-3.5-turbo-0301 model to access the ChatGPT API, but not any of the gpt-4 models. Here is the code I am using to test this (it excludes my openai API key). The code runs as written, but when I replace …

Total answers: 2