marshoai-melo/marshoai/constants.py
2024-10-23 01:44:26 +08:00

6 lines
377 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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"""