modelscope / agentscope

Start building LLM-empowered multi-agent applications in an easier way.
https://doc.agentscope.io/
Apache License 2.0
4.81k stars 294 forks source link

Fix bugs for flask #391

Closed qbc2016 closed 1 month ago

qbc2016 commented 1 month ago

Description

  1. change keys from inputs to messages in flask services since the default messages_key has been changed to messages
  2. remove reform_dialogue in flask services since it has been done before calling post

Checklist

Please check the following items before code is ready to be reviewed.