thinkall commited on
Commit
2fae61a
1 Parent(s): 1689097

Update links

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ def get_description_text():
113
 
114
  This demo shows how to use the RetrieveUserProxyAgent and RetrieveAssistantAgent to build a chatbot.
115
 
116
- #### [GitHub](https://github.com/microsoft/autogen) [Discord](https://discord.gg/pAbnFJrkgZ) [Blog](https://microsoft.github.io/autogen/blog/2023/10/18/RetrieveChat) [Paper](https://arxiv.org/abs/2308.08155)
117
  """
118
 
119
 
 
113
 
114
  This demo shows how to use the RetrieveUserProxyAgent and RetrieveAssistantAgent to build a chatbot.
115
 
116
+ #### [AutoGen](https://github.com/microsoft/autogen) [Discord](https://discord.gg/pAbnFJrkgZ) [Blog](https://microsoft.github.io/autogen/blog/2023/10/18/RetrieveChat) [Paper](https://arxiv.org/abs/2308.08155) [SourceCode](https://github.com/thinkall/autogen-demos)
117
  """
118
 
119