thinkall commited on
Commit
3bd77a7
·
1 Parent(s): 93abe5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -15
README.md CHANGED
@@ -14,20 +14,6 @@ license: mit
14
 
15
  This demo shows how to use the RetrieveUserProxyAgent and RetrieveAssistantAgent to build a chatbot.
16
 
17
- #### [GitHub](https://github.com/microsoft/autogen) [Discord](https://discord.gg/pAbnFJrkgZ) [Docs](https://microsoft.github.io/autogen/) [Paper](https://arxiv.org/abs/2308.08155)
18
-
19
- LLM configure file should contain OpenAI, Azure OpenAI or other openai compatible models, for example:
20
- ```
21
- [
22
- {
23
- "engine": "gpt-35-turbo",
24
- "model": "gpt-3.5-turbo",
25
- "api_base": "https://xxx.openai.azure.com",
26
- "api_type": "azure",
27
- "api_version": "2023-05-15",
28
- "api_key": "xxx",
29
- }
30
- ]
31
- ```
32
 
33
  ![](demo.png)
 
14
 
15
  This demo shows how to use the RetrieveUserProxyAgent and RetrieveAssistantAgent to build a chatbot.
16
 
17
+ #### [GitHub](https://github.com/microsoft/autogen) [Discord](https://discord.gg/pAbnFJrkgZ) [Docs](https://microsoft.github.io/autogen/) [Paper](https://arxiv.org/abs/2308.08155)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  ![](demo.png)