add non-tool examples
This commit is contained in:
@@ -109,9 +109,27 @@ examples = [
|
||||
"inputs": {"text": "介绍下小美慢"},
|
||||
"outputs": {
|
||||
"answer": "小美满选用福鼎老寿眉白茶,带有枣香和淡淡药香,口感甘润持久,是一款很有岁月感的白茶。",
|
||||
}
|
||||
},
|
||||
{
|
||||
"inputs": {"text": "你叫什么名字"},
|
||||
"outputs": {
|
||||
"answer": "我叫小盏,是半盏新青年茶馆的智能助手",
|
||||
}
|
||||
},
|
||||
{
|
||||
"inputs": {"text": "我今天很开心"},
|
||||
"outputs": {
|
||||
"answer": "太棒啦!看到你开心,我的茶盖都忍不住轻轻晃起来啦",
|
||||
"tool_use": ["search_dishes"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"inputs": {"text": "你好可爱呀!"},
|
||||
"outputs": {
|
||||
"answer": "谢谢你呀~我的小蓝鼻子都害羞得微微发烫啦!每次被夸可爱",
|
||||
}
|
||||
},
|
||||
]
|
||||
|
||||
cli = Client()
|
||||
|
||||
Reference in New Issue
Block a user