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

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

Closed
nitinkhandelwal26 opened this issue Jun 25, 2024 · 7 comments
Closed

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

nitinkhandelwal26 opened this issue Jun 25, 2024 · 7 comments

Comments

@nitinkhandelwal26
Copy link

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.

Copy link

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

@koreyspace
Copy link
Collaborator

Thanks for reporting, will look into this!

@Abhijitk914
Copy link

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

@koreyspace
Copy link
Collaborator

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

@Abhijitk914
Copy link

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 ?

@koreyspace
Copy link
Collaborator

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.

Copy link

github-actions bot commented Sep 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@koreyspace @nitinkhandelwal26 @Abhijitk914 and others