This commit is contained in:
Chi Wang
2023-09-19 02:26:57 +00:00
parent 1e4781acd2
commit ec85b4984d
23 changed files with 1043 additions and 72 deletions

View File

@@ -9,11 +9,11 @@ on:
paths:
- 'autogen/**'
- 'test/**'
- 'notebook/autogen_agentchat_auto_feedback_from_code_execution.ipynb'
- 'notebook/autogen_agentchat_function_call.ipynb'
- 'notebook/autogen_agentchat_MathChat.ipynb'
- 'notebook/autogen_openai_completion.ipynb'
- 'notebook/autogen_chatgpt_gpt4.ipynb'
- 'notebook/agentchat_auto_feedback_from_code_execution.ipynb'
- 'notebook/agentchat_function_call.ipynb'
- 'notebook/agentchat_MathChat.ipynb'
- 'notebook/oai_completion.ipynb'
- 'notebook/oai_chatgpt_gpt4.ipynb'
- '.github/workflows/openai.yml'
jobs: