mrwadams / stride-gpt

An AI-powered threat modeling tool that leverages OpenAI's GPT models to generate threat models for a given application based on the STRIDE methodology.
https://stridegpt.streamlit.app
MIT License
427 stars 133 forks source link

API Key Issue? #28

Closed nick-github-sa closed 3 months ago

nick-github-sa commented 3 months ago

Is there a problem with open AI API keys? I dont get a connection when adding a project API key for ChatGPT-4o? Error generating threat model after 3 attempts: Error code: 404 - {'error': {'message': 'The model gpt-4o does not exist or you do not have access to it.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}

nick-github-sa commented 3 months ago

Found problem.