feat: +unit test

This commit is contained in:
莘权 马 2023-12-28 22:20:48 +08:00
parent f861d4be1f
commit 884bac758a
2 changed files with 3 additions and 2 deletions

View file

@ -36,7 +36,7 @@ async def test_run():
{
"content": "who is tulin",
"role": "user",
"id": 1,
"id": "1",
},
{"content": "The one who eaten a poison apple.", "role": "assistant"},
],
@ -53,7 +53,7 @@ async def test_run():
{
"content": "can you draw me an picture?",
"role": "user",
"id": 1,
"id": "1",
},
{"content": "Yes, of course. What do you want me to draw", "role": "assistant"},
],