Skip to content

Commit

Permalink
get it stable
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone committed Dec 11, 2024
1 parent eddaf37 commit 581a511
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 856 deletions.
1 change: 1 addition & 0 deletions examples/ai-chat/src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default {
messages: Parameters<typeof convertToCoreMessages>[0];
}>();
const result = streamText({
// @ts-expect-error
model: workersai("@cf/meta/llama-3.3-70b-instruct-fp8-fast"),
messages: convertToCoreMessages(messages),
});
Expand Down
Loading

0 comments on commit 581a511

Please sign in to comment.