Closed TheBuilderJR closed 1 year ago
OpenAI docs might provide more info on why "not found"
Does this apply to you?
GPT-4 is currently accessible to those who have made at least one successful payment through our developer platform.
yes it did. paying for $5 worth of credits fixed it!
I think ideally we have better error messages but I guess that's more on openai.
one thing that would be nice is if model was an enum instead of a string!
Yeah there's opportunity to have better errors from streaming endpoint - like OpenAIError::ApiError
from non-streaming counterpart. PRs welcome :)
The model is not enum for couple of reasons:
Works with turbo but not gpt4. Error message doesn't help much.
Code