so I want to enter the DeepSeek API Key through OpenAI but when verifying an error appears:
curl https://api.deepseek.com/chat/completions -H “Content-Type: application/json” -H “Authorization: Bearer ***“ -d ”{ \“messages\”: [ { “role”: \“system”, “content”: \“You are a test assistant.” }, { \“role\”: \“user”, “content”: "Testing. Just say hi and nothing else." } ], \“model\”: "gemini-2.0-flash-thinking-exp" }”
where the model used is gemini-2.0-flash-thinking-exp, and in my model list there is no option to disable gemini-2.0-flash-thinking-exp, is there any way to disable the model or change the content of the message to change the model used?
Cursor Version = 0.48.8