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

Grammatical Errors and Inaccuracies #689

Open
michaelpierre opened this issue Feb 19, 2025 · 3 comments · May be fixed by #698
Open

Grammatical Errors and Inaccuracies #689

michaelpierre opened this issue Feb 19, 2025 · 3 comments · May be fixed by #698
Assignees

Comments

@michaelpierre
Copy link

The 'oai-assignment.ipynb' notebook located in the '11-integrating-with-function-calling/python' directory contains several grammatical errors and inaccuracies that need to be addressed:

Function Calling is a feature of the Open AI Service to overcome to the following limitations:

Consistent response format
Ability to use data from other sources of an application in a chat context

This should be corrected as follows:

Function Calling is a feature of the OpenAI Service designed to address the following challenges:

Inconsistent Response Formatting:

Before function calling, responses from a large language model were unstructured and inconsistent. Developers had to write complex validation code to handle each variation in the output.

Limited Integration with External Data:

Prior to this feature, it was difficult to incorporate data from other parts of an application into a chat context.

By standardizing response formats and enabling seamless integration with external data, function calling simplifies development and reduces the need for additional validation logic.

Copy link

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

@michaelpierre
Copy link
Author

michaelpierre commented Feb 19, 2025 via email

@koreyspace
Copy link
Collaborator

Hey @michaelpierre Thanks for logging the issues. Are you able to make a Pull Request that fixes these issues?

dbsectrainer added a commit to dbsectrainer/generative-ai-for-beginners that referenced this issue Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants