diff options
| author | mayx <mayx@outlook.com> | 2026-05-18 07:08:37 +0200 |
|---|---|---|
| committer | mayx <mayx@outlook.com> | 2026-05-18 07:08:37 +0200 |
| commit | b48e93890cc44f4f84dedfa94272a0e6d5189321 (patch) | |
| tree | 1bd0c162199e0f8ff160c3e87f978c59c9c5ba83 /_tools | |
| parent | f6b35814b1a4cf1a7b4c10b4d24a12cc96f07423 (diff) | |
Update 3 files
- /llms.txt
- /_tools/ai-summary.js
- /humans.txt
Diffstat (limited to '_tools')
| -rw-r--r-- | _tools/ai-summary.js | 6 |
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, }); |
