Open AzizAw8 opened 1 year ago
same. Does not work on site, does not work on localhost
Same experience on https://diagram-gpt.fraserxu.dev/
I am after the architectural drawing of this image.
Trying the web version and the same problem persists: A helpful error appears that says "Something went wrong."
Yes, It is not working for me on the website: https://diagram-gpt.fraserxu.dev/
As of writing this is still not working
Same shit. Looks like project abandoned. No answer, no support.
Same here. Tried both through the website and spinning up on localhost. However, my terminal DID give me a more detailed error message that popped when the "Something went wrong" error message popped in my browser:
]
[Error: OpenAI API returned an error: {
"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"
}
}
]
I also have a paid account and have access to both 3.5 and 4, so my suspicion is something is going wrong with the OpenAPI calls. Though I'm not sure if it's on the OpenAPI side or with diagram-gpt.
Same here, might be about the naming; When I check the 'available model' list in the account settings it states:
gpt-3.5-turbo-0125 gpt-3.5-turbo-0613 gpt-3.5-turbo-1106 gpt-4-0613 gpt-4o-2024-05-13 gpt-4o-mini-2024-07-18 gpt-3.5-turbo-0613
Maybe 'gpt-4' is not referenced to the respective identifier? Sorry, ain't got time to test that myself rn.
Me too. Steps to reproduce:
This same error happens if you type random garbage into the "Open API Key" field, or if you enter a real key. So it could be authentication errors or anything else, too.