There is no Python library for chapter 11 and chapter 15.
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.
👋 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 - url = "https://learn.microsoft.com/api/catalog/"
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 -
url = "https://learn.microsoft.com/api/catalog/"
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 || ""; const bingApiKey = process.env.BING_API_KEY || "";
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.