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

Issues with AzureAI / o1 following 0.8.63 release #3477

Open
Patrick-Erichsen opened this issue Dec 20, 2024 · 4 comments
Open

Issues with AzureAI / o1 following 0.8.63 release #3477

Patrick-Erichsen opened this issue Dec 20, 2024 · 4 comments
Assignees
Labels
kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"

Comments

@Patrick-Erichsen
Copy link
Collaborator

Patrick-Erichsen commented Dec 20, 2024

Overview

#3427 (comment) seems like the most likely potential root cause:

v0.8.63 seems to have re-introduced URL construction errors for Azure OpenAI endpoints.

Related issues

@sestinj sestinj self-assigned this Dec 20, 2024
@Patrick-Erichsen Patrick-Erichsen changed the title Issues with AzureAI Issues with AzureAI following 0.8.63 release Dec 20, 2024
@Patrick-Erichsen Patrick-Erichsen pinned this issue Dec 20, 2024
@dosubot dosubot bot added the kind:bug Indicates an unexpected problem or unintended behavior label Dec 20, 2024
@Patrick-Erichsen Patrick-Erichsen changed the title Issues with AzureAI following 0.8.63 release Issues with AzureAI / o1 following 0.8.63 release Dec 20, 2024
@sestinj
Copy link
Contributor

sestinj commented Dec 20, 2024

I just released v0.8.66-vscode with a hot fix to solve all of the Azure problems

https://github.com/continuedev/continue/releases/tag/v0.8.66-vscode

@thomaspmorgan
Copy link

@sestinj , tried v0.8.66 and still see the 404 error

@DaCostaMathias
Copy link

DaCostaMathias commented Dec 30, 2024

@sestinj, I also try v0.8.66 and latest pre release but I still have the issue for the embeddings using the model "text-embedding-3-large".
12-31-2024 (10-43-25)

Could it be link to the path issue reading the config file that is currently affecting JetBrains version of the plugin? With the latest pre release build I get this error when I click on the cog ERR cannot open C:%5CUsers%5Cdacostam%5C.continue%5Cconfig.json. Detail: Unable to resolve resource C:%5CUsers%5Cdacostam%5C.continue%5Cconfig.json: CodeExpectedError: cannot open C:%5CUsers%5Cdacostam%5C.continue%5Cconfig.json. Detail: Unable to resolve resource C:%5CUsers%5Cdacostam%5C.continue%5Cconfig.json at hVe.$tryOpenDocument (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/workbench/workbench.desktop.main.js:748:8481)

@eweidner
Copy link

eweidner commented Jan 2, 2025

Still have this issue as well with 0.8.66. 0.8.61 still works.

On 0.8.66

"msg": {
    "messageId": "b6cc5c61-11fd-4d4d-b4cf-81876d851f33",
    "messageType": "llm/streamChat",
    "data": {
      "messages": [
        {
          "role": "user",
          "content": [
            {
              "type": "text",
              "text": "hellow"
            }
          ]
        },
        {
          "role": "assistant",
          "content": ""
        }
      ],
      "title": "MY-AZURE-GPT-4o-eastus",
      "completionOptions": {}
    }
  }
}

Error: 404 Resource not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"
Projects
None yet
Development

No branches or pull requests

5 participants