-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
ide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
Before submitting your bug report
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS:win10
- Continue version:v0.8.54
- IDE version:vscode 1.94
- Model: claude sonnet 3.5,gpt-O,codestral-latest
- config.json:
{
"title": "GPT-4o Chat",
"provider": "openai",
"model": "gpt-4o",
"apiKey": "",
"systemMessage": "You are an expert software developer. You give helpful and concise responses.",
},
{
"title": "Codestral",
"provider": "mistral",
"apiBase": "https://codestral.mistral.ai/v1",
"model": "codestral-mamba-latest",
"apiKey": ""
},
{"cacheSystemMessage": true,
"title": "Claude 3.5 Sonnet",
"model": "claude-3-5-sonnet-20240620",
"provider": "anthropic",
"apiKey": ""
},Description
None of the above models are accessible, but the free continue plug-in is working, and my current proxy and apikey are working in other applications


To reproduce
No response
Log output
No response
Metadata
Metadata
Assignees
Labels
ide:vscodeRelates specifically to VS Code extensionRelates specifically to VS Code extensionkind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior