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

.Net: Change OpenAI function calling examples to use latest models #4461

Conversation

RogerBarreto
Copy link
Member

Update Open AI Function calling to encourage the usage of latest model versions which are better trained to call the functions, previous Models are not very reliable when calling functions.

Resolves #4132

@RogerBarreto RogerBarreto requested a review from a team as a code owner January 3, 2024 12:01
@shawncal shawncal added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels Jan 3, 2024
@github-actions github-actions bot changed the title Change OpenAI function calling examples + added comments, removed unn… .Net: Change OpenAI function calling examples + added comments, removed unn… Jan 3, 2024
@RogerBarreto RogerBarreto changed the title .Net: Change OpenAI function calling examples + added comments, removed unn… .Net: Change OpenAI function calling examples to use latest models Jan 3, 2024
@RogerBarreto RogerBarreto self-assigned this Jan 3, 2024
@RogerBarreto RogerBarreto added this pull request to the merge queue Jan 3, 2024
Merged via the queue into microsoft:main with commit 6ed61a3 Jan 3, 2024
@RogerBarreto RogerBarreto deleted the issues/4132-plugin-function-underscore branch January 3, 2024 13:53
Bryan-Roe pushed a commit to Bryan-Roe-ai/semantic-kernel that referenced this pull request Oct 6, 2024
…icrosoft#4461)

Update Open AI Function calling to encourage the usage of latest model
versions which are better trained to call the functions, previous Models
are not very reliable when calling functions.

Resolves microsoft#4132
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.Net - openai function calling seems to be failing if a plugin-function has underscore in its name
4 participants