From b48e93890cc44f4f84dedfa94272a0e6d5189321 Mon Sep 17 00:00:00 2001 From: mayx Date: Mon, 18 May 2026 05:08:37 +0000 Subject: Update 3 files - /llms.txt - /_tools/ai-summary.js - /humans.txt --- _tools/ai-summary.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_tools/ai-summary.js') diff --git a/_tools/ai-summary.js b/_tools/ai-summary.js index 2284418..bd8bbfb 100644 --- a/_tools/ai-summary.js +++ b/_tools/ai-summary.js @@ -98,7 +98,7 @@ export default { { role: "user", content: questsion } ] - const answer = await env.AI.run('@cf/google/gemma-3-12b-it', { + const answer = await env.AI.run('@cf/meta/llama-4-scout-17b-16e-instruct', { messages, stream: true, }); @@ -175,7 +175,7 @@ export default { } ] - const stream = await env.AI.run('@cf/google/gemma-3-12b-it', { + const stream = await env.AI.run('@cf/meta/llama-4-scout-17b-16e-instruct', { messages, stream: true, }); @@ -235,7 +235,7 @@ export default { } ] - const answer = await env.AI.run('@cf/google/gemma-3-12b-it', { + const answer = await env.AI.run('@cf/meta/llama-4-scout-17b-16e-instruct', { messages, stream: false, }); -- cgit v1.2.3