-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Add code interpreter for GptAssistant Notebook. #644
Conversation
@gagb @IANTHEREAL Is it possible to see how GPTAssistant is interacting with its code interpreter? |
Codecov Report
@@ Coverage Diff @@
## main #644 +/- ##
=======================================
Coverage 28.72% 28.72%
=======================================
Files 27 27
Lines 3380 3380
Branches 760 760
=======================================
Hits 971 971
Misses 2338 2338
Partials 71 71
Flags with carried forward coverage won't be shown. Click here to find out more. |
Also, if there is a better example of illustrating how code interpreter works, please feel free to comment. |
Tried to run, but got the following error:
|
Is the error caused by the openai version ? I bumped the openai version to the latest in #645 |
It's working now. |
Try to use code interpreter to generate a image, does it sound better? (such as, Draw a line chart to show the number of issues and pull requests for the repository 'microsoft/autogen' over the past 3 months) After getting
|
It seems that gpt are not allowed to do web scraping. I asked it your question and it constantly asked me to provide issue and PR number data. So I uploaded an example with gpt synthesizing data. |
* Initial commit * Add code interpreter notebook. * Update code interpreter notebook. * Update notebook. * Update agentchat_oai_code_interpreter.ipynb * Update agentchat_oai_code_interpreter.ipynb --------- Co-authored-by: Chi Wang <[email protected]> Co-authored-by: Qingyun Wu <[email protected]>
Why are these changes needed?
Add code interpreter for GptAssistant Notebook.
Related issue number
#602
Checks