AI Blog 改用 DeepSeek 官方並通用化提示詞
buildSystemPrompt 不再綁死太陽能行業,角色與公司資料改由 後台 ai_context_prompt / ai_business_context 提供;預設供應商 改為 https://api.deepseek.com 與 deepseek-flash。callChat 只在 baseUrl 含 deepseek.com 時加 thinking: { type: "disabled" }, 並將 max_tokens 提升至 4000,避免思考模式令 temperature 失效 同正文被截斷。 同步更新 schemas、seed、/admin/ai 預設值同 placeholder, 以及 AGENTS.md、spec、plan 文件。
This commit is contained in:
+9
-3
@@ -23,10 +23,16 @@ INSERT OR REPLACE INTO site_settings (key, value, updated_at) VALUES
|
||||
|
||||
INSERT OR REPLACE INTO site_settings (key, value, updated_at) VALUES
|
||||
('ai_enabled', '1', strftime('%s','now')*1000),
|
||||
('ai_base_url', 'https://api.deepinfra.com/v1/openai', strftime('%s','now')*1000),
|
||||
('ai_chat_model', 'deepseek-ai/DeepSeek-V3-0324', strftime('%s','now')*1000),
|
||||
('ai_base_url', 'https://api.deepseek.com', strftime('%s','now')*1000),
|
||||
('ai_chat_model', 'deepseek-flash', strftime('%s','now')*1000),
|
||||
('ai_context_prompt', '用香港繁體中文(廣東話書面語)書寫,語氣專業、親切、務實,避免誇大。', strftime('%s','now')*1000),
|
||||
('ai_business_context', '盈豐太陽能工程有限公司專營香港村屋太陽能系統:現場評估、合法鋁合金支架、代辦中電/港燈上網電價(FiT)申請、專業安裝及驗收認證。着重透明報價、專人跟進、安全合規。', strftime('%s','now')*1000),
|
||||
('ai_business_context', '公司名稱:
|
||||
行業:
|
||||
業務範圍:
|
||||
主要地區:
|
||||
主要產品服務:
|
||||
目標客群:
|
||||
特色定位:', strftime('%s','now')*1000),
|
||||
('ai_web_search_enabled', '0', strftime('%s','now')*1000),
|
||||
('ai_web_search_max_results', '5', strftime('%s','now')*1000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user