Skip to content

Conversation

viveksilimkhan1
Copy link
Contributor

@viveksilimkhan1 viveksilimkhan1 commented Oct 20, 2023

Description

Fix ResourceNotFoundError (#336) in chat model type for AzureOpenAI

Corresponding documentation PR

Types of change

Bug fix

Checklist

  • I confirm that I have the right to submit this contribution under the project's MIT license.
  • I ran all tests in tests and usage_examples/tests, and all new and existing tests passed. This includes
    • all external tests (i. e. pytest ran with --external)
    • all tests requiring a GPU (i. e. pytest ran with --gpu)
  • My changes don't require a change to the documentation, or if they do, I've added all required information.

Copy link
Collaborator

@rmitsch rmitsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix! Just a minor change - if the tests pass, I'll merge this.

@rmitsch rmitsch added bug Something isn't working feat/model Feature: models Test external Run external tests labels Oct 20, 2023
@rmitsch rmitsch linked an issue Oct 20, 2023 that may be closed by this pull request
@rmitsch rmitsch merged commit 7a0460c into explosion:main Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working feat/model Feature: models Test external Run external tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ValueError: Request to Azure OpenAI API failed: Resource not found

2 participants