mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
docs(proxy_server.md): fix docs
This commit is contained in:
parent
dcb866b353
commit
bf5fd640ab
1 changed files with 3 additions and 2 deletions
|
|
@ -208,11 +208,12 @@ user_proxy.initiate_chat(assistant, message="Plot a chart of META and TESLA stoc
|
|||
|
||||
Credits [@victordibia](https://github.com/microsoft/autogen/issues/45#issuecomment-1749921972) for this tutorial.
|
||||
</TabItem>
|
||||
<TabItem value="multi-agent AutoGen" label="AutoGen Multi-Agent">
|
||||
<TabItem value="multi-LLM AutoGen" label="AutoGen Multi-LLM">
|
||||
|
||||
|
||||
```python
|
||||
from autogen import AssistantAgent, GroupChatManager, UserProxyAgent
|
||||
from autogen.agentchat import GroupChat
|
||||
|
||||
config_list = [
|
||||
{
|
||||
"model": "ollama/mistralorca",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue