Skip to content

Commit

Permalink
Update the auto_feedback_from_code_execution notebook to use code exe…
Browse files Browse the repository at this point in the history
…cutor (#2366)

* Use code executors in notebook.

* Add custom code executor guide

* Add to gitignore

* Update

* fix links

* link

* typo

---------

Co-authored-by: Chi Wang <[email protected]>
  • Loading branch information
ekzhu and sonichi authored Apr 18, 2024
1 parent 8033fc6 commit 2df0f39
Show file tree
Hide file tree
Showing 6 changed files with 1,295 additions and 958 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,5 @@ local_cache

notebook/result.png
samples/apps/autogen-studio/autogenstudio/models/test/

notebook/coding
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ repos:
website/static/img/ag.svg |
website/yarn.lock |
website/docs/tutorial/code-executors.ipynb |
website/docs/topics/code-execution/custom-executor.ipynb |
website/docs/topics/non-openai-models/cloud-gemini.ipynb |
notebook/.*
)$
Expand Down
Loading

0 comments on commit 2df0f39

Please sign in to comment.