From e0d5723b5b8c758eb3e93fab280a34b6d877e2a4 Mon Sep 17 00:00:00 2001 From: Chuck1sn Date: Mon, 26 May 2025 14:06:11 +0800 Subject: [PATCH] Embedding-3 --- .../main/resources/db/migration/V1_0_1__insert_init_table.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/db/migration/V1_0_1__insert_init_table.sql b/backend/src/main/resources/db/migration/V1_0_1__insert_init_table.sql index 2531d91..f770991 100644 --- a/backend/src/main/resources/db/migration/V1_0_1__insert_init_table.sql +++ b/backend/src/main/resources/db/migration/V1_0_1__insert_init_table.sql @@ -37,4 +37,4 @@ INSERT INTO mjga.ai_llm_config (name,code,model_name, type, api_key, url, enable VALUES ('DeepSeek','DEEP_SEEK','deepseek-chat','CHAT','your_api_key', 'https://api.deepseek.com', false, 0), ('智谱清言','ZHI_PU','glm-4-flash','CHAT', 'your_api_key', 'https://open.bigmodel.cn/', false, 1), - ('智谱清言向量','ZHI_PU_EMBEDDING','Embeddings-3','EMBEDDING', 'your_api_key', 'https://open.bigmodel.cn/', false, 0); \ No newline at end of file + ('智谱清言向量','ZHI_PU_EMBEDDING','Embedding-3','EMBEDDING', 'your_api_key', 'https://open.bigmodel.cn/', false, 0); \ No newline at end of file