Embedding-3

This commit is contained in:
Chuck1sn
2025-05-26 14:06:11 +08:00
parent 3976329851
commit e0d5723b5b

View File

@@ -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);
('智谱清言向量','ZHI_PU_EMBEDDING','Embedding-3','EMBEDDING', 'your_api_key', 'https://open.bigmodel.cn/', false, 0);