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

fix azure_openai.py: some keys do not exists #24158

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

antunsz
Copy link
Contributor

@antunsz antunsz commented Jul 11, 2024

In some lines its trying to read a key that do not exists yet. In this cases I changed the direct access to dict.get() method

Thank you for contributing to LangChain!

In some lines its trying to read a key that do not exists yet. In this cases I changed the direct access to dict.get() method
Copy link

vercel bot commented Jul 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
langchain ⬜️ Ignored (Inspect) Visit Preview Jul 11, 2024 11:56pm

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. langchain Related to the langchain package Ɑ: embeddings Related to text embedding models module 🤖:bug Related to a bug, vulnerability, unexpected error with an existing feature labels Jul 11, 2024
@dosubot dosubot bot added the lgtm PR looks good. Use to confirm that a PR is ready for merging. label Jul 15, 2024
@ccurme ccurme enabled auto-merge (squash) July 15, 2024 17:14
@ccurme ccurme removed the langchain Related to the langchain package label Jul 15, 2024
@ccurme ccurme merged commit 2015138 into langchain-ai:master Jul 15, 2024
27 checks passed
@antunsz antunsz deleted the patch-1 branch July 17, 2024 22:30
@antunsz
Copy link
Contributor Author

antunsz commented Jul 17, 2024

So far so good :) I'm deleting the branch to keep the repository clean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖:bug Related to a bug, vulnerability, unexpected error with an existing feature Ɑ: embeddings Related to text embedding models module lgtm PR looks good. Use to confirm that a PR is ready for merging. size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants