Skip to content

Commit

Permalink
Update README.md for conversation_basic
Browse files Browse the repository at this point in the history
Update README.md for `conversation_basic` according to `0_python_example_template`
  • Loading branch information
zyzhang1130 authored May 9, 2024
1 parent 43c9451 commit 90c006c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions examples/conversation_basic/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Multi-Agent Conversation in AgentScope
This is a demo of how to program a multi-agent conversation in AgentScope.

This example will show how to program a multi-agent conversation in AgentScope.
Complete code is in `conversation.py`, which set up a user agent and an
assistant agent to have a conversation. When user input "exit", the
conversation ends.
Expand All @@ -8,5 +9,12 @@ You can modify the `sys_prompt` to change the role of assistant agent.
# Note: Set your api_key in conversation.py first
python conversation.py
```
## Tested Models

These models are tested in this example. For other models, some modifications may be needed.
- dashscope_chat(qwen-max)
- ollama_chat (ollama_llama3_8b)

## Prerequisites
To set up model serving with open-source LLMs, follow the guidance in
[scripts/REAMDE.md](../../scripts/README.md).
[scripts/REAMDE.md](../../scripts/README.md).

0 comments on commit 90c006c

Please sign in to comment.