summaryrefslogtreecommitdiff
path: root/_tools/ai-summary.js
diff options
context:
space:
mode:
authormayx <mayx@outlook.com>2026-05-18 07:08:37 +0200
committermayx <mayx@outlook.com>2026-05-18 07:08:37 +0200
commitb48e93890cc44f4f84dedfa94272a0e6d5189321 (patch)
tree1bd0c162199e0f8ff160c3e87f978c59c9c5ba83 /_tools/ai-summary.js
parentf6b35814b1a4cf1a7b4c10b4d24a12cc96f07423 (diff)
Update 3 files
- /llms.txt - /_tools/ai-summary.js - /humans.txt
Diffstat (limited to '_tools/ai-summary.js')
-rw-r--r--_tools/ai-summary.js6
1 files changed, 3 insertions, 3 deletions
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,
});