| Package | Description |
|---|---|
| org.noear.solon.ai.chat | |
| org.noear.solon.ai.chat.dialect |
| Constructor and Description |
|---|
ChatRequestDefault(ChatConfig config,
ChatDialect dialect,
List<ChatMessage> messages) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChatDialect
聊天模型方言虚拟类
|
class |
DashscopeChatDialect
DashScope 聊天模型方言(阿里云产品)
|
class |
OllamaChatDialect
Ollama 聊天模型方言
|
class |
OpenaiChatDialect
Openai 聊天模型方言
|
| Modifier and Type | Method and Description |
|---|---|
static ChatDialect |
ChatDialectManager.select(ChatConfig config)
选择聊天方言
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ChatDialectManager.register(ChatDialect dialect)
注册聊天方言
|
static void |
ChatDialectManager.register(ChatDialect dialect,
int index)
注册方言
|
static void |
ChatDialectManager.unregister(ChatDialect dialect)
注销方言
|
Copyright © 2025. All rights reserved.