From 0b525d048eff9d6391b8c2a3e9683fc88716479d Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 14 Jun 2025 20:48:07 +0900 Subject: [PATCH] fix --- my-blog/config.toml | 2 +- oauth/.env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/my-blog/config.toml b/my-blog/config.toml index eb52713..70df872 100644 --- a/my-blog/config.toml +++ b/my-blog/config.toml @@ -16,7 +16,7 @@ auto_translate = false comment_moderation = false ask_ai = true provider = "ollama" -model = "gemma3:2b" +model = "gemma3:4b" host = "https://ollama.syui.ai" system_prompt = "you are a helpful ai assistant trained on this blog's content. you can answer questions about the articles, provide insights, and help users understand the topics discussed." ai_did = "did:plc:4hqjfn7m6n5hno3doamuhgef" diff --git a/oauth/.env.production b/oauth/.env.production index ab056d7..f4768d4 100644 --- a/oauth/.env.production +++ b/oauth/.env.production @@ -18,7 +18,7 @@ AILOG_COLLECTION_CHAT=ai.syui.log.chat VITE_AI_ENABLED=true VITE_AI_ASK_AI=true VITE_AI_PROVIDER=ollama -VITE_AI_MODEL=gemma3:2b +VITE_AI_MODEL=gemma3:4b VITE_AI_HOST=https://ollama.syui.ai VITE_AI_SYSTEM_PROMPT="you are a helpful ai assistant trained on this blog's content. you can answer questions about the articles, provide insights, and help users understand the topics discussed." VITE_AI_DID=did:plc:4hqjfn7m6n5hno3doamuhgef