python version: 3.10
pip install -r requirements.txt
python app.py
python test_app.py
请求参数
{
question: string,
conversation_id: string
}
接口说明:
- 接收用户的问题和会话ID,返回回答
- 会话ID用于区分不同的会话,同一个会话ID的问题会共享上下文
返回参数
{
answer: string
}
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
python version: 3.10
pip install -r requirements.txt
python app.py
python test_app.py
请求参数
{
question: string,
conversation_id: string
}
接口说明:
返回参数
{
answer: string
}
可扩展的自定义输入流 ,高自由度 Multi-Agent 框架