mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-22 23:15:07 +08:00
【新增】AI:conversation 发送消息时,增加上下文
This commit is contained in:
@ -15,13 +15,13 @@ import lombok.Getter;
|
||||
public enum AiPlatformEnum {
|
||||
|
||||
OPENAI("OpenAI", "OpenAI"),
|
||||
OLLAMA("dall", "dall"),
|
||||
OLLAMA("Ollama", "Ollama"),
|
||||
|
||||
YI_YAN("yiyan", "一言"),
|
||||
QIAN_WEN("qianwen", "千问"),
|
||||
XING_HUO("xinghuo", "星火"),
|
||||
OPEN_AI_DALL("dall", "dall"),
|
||||
MIDJOURNEY("Ollama", "Ollama"),
|
||||
MIDJOURNEY("midjourney", "midjourney"),
|
||||
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user