Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot setup Deepseek model using Azure Foundry #3902

Open
3 tasks
DhruveSR opened this issue Jan 30, 2025 · 0 comments
Open
3 tasks

Cannot setup Deepseek model using Azure Foundry #3902

DhruveSR opened this issue Jan 30, 2025 · 0 comments
Assignees
Labels
ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"

Comments

@DhruveSR
Copy link

Before submitting your bug report

Relevant environment info

- OS: Windows 11
- Continue version: 0.8.66
- IDE version: VSCode 1.93.1
- Model: Deepseek-R1
- config.json:
  
  "models": [
    {
      "title": "Deepseek R1",
      "model": "Deepseek-R1",
      "provider": "azure",
      "apiBase": "https://DeepSeek-R1-hwgxs.eastus2.models.ai.azure.com",
      "apiType": "azure",
      "apiKey": "<API-KEY>"
    }
  ]

Description

I am not able to use Deepseek-R1 model deployed using azure foundry.

When i try sending a message, following error occurs in logs:
Error: HTTP 404 Not Found from https://deepseek-r1-hwgxs.eastus2.models.ai.azure.com/openai/deployments/Deepseek-R1/chat/completions?api-version=2023-07-01-preview

To reproduce

No response

Log output

@sestinj sestinj self-assigned this Jan 30, 2025
@dosubot dosubot bot added ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior labels Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ide:vscode Relates specifically to VS Code extension kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"
Projects
None yet
Development

No branches or pull requests

2 participants