🐱readme,结构更新

This commit is contained in:
2024-10-23 01:44:26 +08:00
parent eb8ae4c854
commit 9bf57f9dfa
7 changed files with 62 additions and 9 deletions

6
marshoai/constants.py Normal file
View File

@ -0,0 +1,6 @@
SUPPORT_IMAGE_MODELS: list = ["gpt-4o","gpt-4o-mini","llama-3.2-90b-vision-instruct","llama-3.2-11b-vision-instruct"]
REASONING_MODELS: list = ["o1-preview","o1-mini"]
INTRODUCTION: str = """你好喵~我是一只可爱的猫娘AI名叫小棉~🐾!
我是基于 Melobot 酱开发的哦~
我的代码在这里哦~↓↓↓
https://github.com/LiteyukiStudio/marshoai-melo"""