|
@@ -71,7 +71,7 @@ export interface ChatSession {
|
|
|
export const DEFAULT_TOPIC = Locale.Store.DefaultTopic;
|
|
export const DEFAULT_TOPIC = Locale.Store.DefaultTopic;
|
|
|
export const BOT_HELLO: ChatMessage = createMessage({
|
|
export const BOT_HELLO: ChatMessage = createMessage({
|
|
|
role: "assistant",
|
|
role: "assistant",
|
|
|
- content: '您好,欢迎使用建科建科·小智,与本项目相关的问题都可以问我。',
|
|
|
|
|
|
|
+ content: '您好,欢迎使用建科·小智,与本项目相关的问题都可以问我。',
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
function createEmptySession(): ChatSession {
|
|
function createEmptySession(): ChatSession {
|