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

implement new feature - function calling #58

Closed
smoking-caterpillar opened this issue Jun 15, 2023 · 3 comments
Closed

implement new feature - function calling #58

smoking-caterpillar opened this issue Jun 15, 2023 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@smoking-caterpillar
Copy link

With the release of gpt-3.5-turbo-0613 and gpt-4-0613, OpenAI implemented function calling which now makes it possible to call python functions via chat responses.
It can also work with GPT 3.5 for anyone not on the GPT-4 beta.
More info - https://platform.openai.com/docs/guides/gpt/function-calling

@smoking-caterpillar
Copy link
Author

This could be used to save files to the filesystem

@patillacode patillacode added enhancement New feature or request help wanted Extra attention is needed labels Jun 16, 2023
@Meathelix1
Copy link

This could be used to save files to the filesystem

You can do anything with just function calling now. I would say one of the best things OpenAI has done.

@NoCLin
Copy link
Contributor

NoCLin commented Jun 16, 2023

After my testing, implementing chat_to_files using function calling is very accurate.

I'm planning to submit a PR these days.

Here is the PR: #94

Can I get your review?

@AntonOsika @patillacode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants