-
Notifications
You must be signed in to change notification settings - Fork 34k
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
There is no Python library for chapter 11 and chapter 15. #413
Comments
👋 Thanks for contributing @nitinkhandelwal26! We will review the issue and get back to you soon. |
Thanks for reporting, will look into this! |
Hi @koreyspace , We are going through the chapter 11 and wanted to try sample code provided by you. But this code uses BING maps URL. We were trying to create new BING maps account but it's not allowing to create new account. Do you have any other option or example code where we can use another API for hands on for this "Function calling" Ai feature? |
Hey @Abhijitk914 - can you explain a bit more of when you need the Bing Maps API when running the code? The code should only be using the Microsoft API - |
Hi @koreyspace , I am referring the chapter 11 sample code provided in git. Here code is trying to fetch this details from env file. const bingMapsBaseUrl = process.env.BING_MAPS_BASE_URL || ""; To use / try this code we need BING MAPS BASE URL and BING API KEY. Issue is we cant do new registration with BING now. so can you help us with this issue ? |
Ah I see now, I was looking at the Python example. Thanks @Abhijitk914 for the detail! Pinging @glaucia86 who is the creator of the TS sample. Is there an alternative the the Bing Maps API or a way people can get access? Seems like the permissions have changed since creating the lesson. |
This issue has not seen any action for a while! Closing for now, but it can be reopened at a later date. |
Describe the bug
There is no python library exists for both chapter 11 and 15.
Additional context
These library require to understand implementation and learning.
The text was updated successfully, but these errors were encountered: