Resource Not found when using Azure Open Ai Model o1 #1821
Replies: 3 comments
-
|
cc @edeandrea |
Beta Was this translation helpful? Give feedback.
-
|
@GodierLuna I did a quick test with https://github.com/quarkiverse/quarkus-langchain4j/tree/main/samples/secure-poem-multiple-models, it works, for example, using the old turbo model: where You should change your configuration as follows: |
Beta Was this translation helpful? Give feedback.
-
|
@GodierLuna Hmm, never mind, this is what you already do, it looks fine, assuming your deployment is called |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to setup a service to access AzureOpenAI but no matter what i get : {"error":{"code":"404","message": "Resource not found"}}
I have tried to put the endpoint and/or the resourcename and deployment name but it always fails.
Belo is a mock of my code.
Does any body have an idea??
I would be so thankful!
Best,
Luna
application.yaml
and my service
Beta Was this translation helpful? Give feedback.
All reactions