-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Might Be a Bug, Might Just Need to Clarify the Setup For Bing #39005
Comments
Thanks for the report. Did you setup BING_CONNECTION_NAME env variable on the sample? Please see this document. |
Yeah, sorry: It hit me last night I hadn't mentioned my environment variables, which are as below, though slightly redacted with ellipsis:
Thanks for the quick come-back. |
So following the instructions in the url you helpfully provided I got a little further by adding an API key, but now I get this:
I'm pretty sure I have the right BING_CONNECTION_NAME because if I garble it, it tells me it can't find the connection found in the BING_CONNECTION_NAME. Now I fiddled with the API key I pulled from the "Grounding with Bing Search" I created (and which I expected to work) by adding an extra character to the end --thereby making it intentionally wrong. And I get the same Rate limit error message. Is there any further provisioning required beyond creating the Grounding with Bing Search? Thanks in advance for any thoughts you may have. I suspect it's time to open a support case. |
@theloglizard Have you tried to increase the TPM (Tokens Per Minute) on your deployment? What TPM you have currently on your deployment? |
@jhakulin That was it. I went from 10K to 200K Tokens/Minute and 2K requests/minute and the example runs, now. |
Thank you! Closing this issue, please let us know if any other issues come up. |
Describe the bug
When I run the example code it gripes about not having a Bing Search API key.
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected to see some sort of GenAI summary of the Wikipedia article on Euler's identity.
Screenshots
N/A
Additional context
Very simple problem from my perspective. I suspect there is either a missing parameter that gets picked up in the developer environment, or that some (unmentioned in the Python code) switch needs to be set on the Azure/Cloud side when creating the Bing Service.
Glad for a little help on the bleeding edge. Couldn't find anything just searching about.
Thanks
The text was updated successfully, but these errors were encountered: