org.springframework.ai.retry.NonTransientAiException: 404 #1045
Unanswered
shivamRaoCreateon-games
asked this question in
Q&A
Replies: 2 comments
-
To resolve this issue, I will switch to using the gpt-3.5-turbo model, which is more readily accessible. Below is the revised implementation of the service to use the gpt-3.5-turbo model. Best regards, |
Beta Was this translation helpful? Give feedback.
0 replies
-
The error says: {
"error":{
"message":"The model gpt-4 does not exist or you do not have access to it.",
"type":"invalid_request_error",
"param":null,
"code":"model_not_found"
}
} Do you actually have access to ChatGPT 4 via https://chat.openai.com/ ? Because you might have access to the You can set the model via property |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone I was very fascinated with this project and try to do a hands on but I am getting the below error
org.springframework.ai.retry.NonTransientAiException: 404
Below is the entire code
### Error trace
Beta Was this translation helpful? Give feedback.
All reactions