generative-ai-for-beginners icon indicating copy to clipboard operation
generative-ai-for-beginners copied to clipboard

There is no Python library for chapter 11 and chapter 15.

Open nitinkhandelwal26 opened this issue 1 year ago • 9 comments

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.

nitinkhandelwal26 avatar Jun 25 '24 17:06 nitinkhandelwal26

👋 Thanks for contributing @nitinkhandelwal26! We will review the issue and get back to you soon.

github-actions[bot] avatar Jun 25 '24 17:06 github-actions[bot]

Thanks for reporting, will look into this!

koreyspace avatar Jun 26 '24 07:06 koreyspace

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?

image

Abhijitk914 avatar Jul 02 '24 07:07 Abhijitk914

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/"

koreyspace avatar Jul 02 '24 11:07 koreyspace

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 || "";

image

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 ?

Abhijitk914 avatar Jul 03 '24 06:07 Abhijitk914

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.

koreyspace avatar Jul 04 '24 08:07 koreyspace

This issue has not seen any action for a while! Closing for now, but it can be reopened at a later date.

github-actions[bot] avatar Sep 02 '24 08:09 github-actions[bot]