👤对聊天发起者的认知(基于手动设置nickname),返回用法时添加自我介绍

This commit is contained in:
2024-10-21 00:57:57 +08:00
parent 64c5ba1d34
commit fe602bd341
7 changed files with 71 additions and 13 deletions

View File

@ -0,0 +1,7 @@
SUPPORT_IMAGE_MODELS: list = ["gpt-4o","gpt-4o-mini"]
REASONING_MODELS: list = ["o1-preview","o1-mini"]
INTRODUCTION: str = """你好喵~我是一只可爱的猫娘AI名叫小棉~🐾!
我的代码在这里哦~↓↓↓
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai
也可以关注一下还在成长中的 Melobot 酱喵~↓↓↓ https://github.com/Meloland/melobot """