I’ve discovered a new issue. The Cursor tool has been configured with a custom API point, and currently, the model services for the GPT series are working fine. However, the services for Claude-3.5-sonnet and Gemini-2.0 are also calling this custom API point. This API address is configured in the configuration file specifically for the OpenAI interface. Why is it affecting other models? There seems to be a logical problem here
Hey, this happens because all requests are processed in a single thread. When your API is active, all requests automatically go through it. You need to disable your key whenever you want to use other models. We might improve this soon. You can also use the shortcut Cmd/Ctrl + Shift + 0
to quickly enable/disable your API key.