Skip to content

Commit 9686b1e

Browse files
Add links to newly added notebooks in the website microsoft#756 (microsoft#772)
* wip * remove spaces * : * pr updated * change to wip * Created a new subsection
1 parent 767d06c commit 9686b1e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

website/docs/Examples/AgentChat.md

+5
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ Links to notebook examples:
4747
- Chat with OpenAI Assistant with Code Interpreter - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_code_interpreter.ipynb)
4848
- Chat with OpenAI Assistant with Retrieval Augmentation - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_assistant_retrieval.ipynb)
4949
- OpenAI Assistant in a Group Chat - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_assistant_groupchat.ipynb)
50+
51+
7. **Multimodal Agent**
52+
- Multimodal Agent Chat with DALLE and GPT-4V - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_dalle_and_gpt4v.ipynb)
53+
- Multimodal Agent Chat with Llava - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_lmm_llava.ipynb)
54+
- Multimodal Agent Chat with GPT-4V - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_lmm_gpt-4v.ipynb)

website/docs/Use-Cases/agent_chat.md

+5
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ The figure below shows six examples of applications built using AutoGen.
122122
- Chat with OpenAI Assistant with Retrieval Augmentation - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_assistant_retrieval.ipynb)
123123
- OpenAI Assistant in a Group Chat - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_assistant_groupchat.ipynb)
124124

125+
7. **Multimodal Agent**
126+
- Multimodal Agent Chat with DALLE and GPT-4V - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_dalle_and_gpt4v.ipynb)
127+
- Multimodal Agent Chat with Llava - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_lmm_llava.ipynb)
128+
- Multimodal Agent Chat with GPT-4V - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_lmm_gpt-4v.ipynb)
129+
125130
## For Further Reading
126131

127132
_Interested in the research that leads to this package? Please check the following papers._

0 commit comments

Comments
 (0)