Skip to content

Commit

Permalink
cf-worker: change model
Browse files Browse the repository at this point in the history
  • Loading branch information
sdip15fa committed Feb 28, 2024
1 parent e4d74a6 commit 66f439f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cf-worker/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default {
]),
],
};
const response = await ai.run('@cf/meta/llama-2-7b-chat-int8', chat);
const response = await ai.run('@hf/thebloke/orca-2-13b-awq', chat);

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
Expand Down

0 comments on commit 66f439f

Please sign in to comment.