Skip to content

Commit

Permalink
cf-worker: switch to @hf/thebloke/openhermes-2.5-mistral-7b-awq
Browse files Browse the repository at this point in the history
  • Loading branch information
sdip15fa committed Feb 14, 2024
1 parent fcc43e0 commit e44d92c
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 @@ -62,7 +62,7 @@ export default {
const simple = {
prompt: `Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\n Instruction: ${prompt}\n\n Response: \n\n`,
};
response = await ai.run('@hf/thebloke/zephyr-7b-beta-awq', simple);
response = await ai.run('@hf/thebloke/openhermes-2.5-mistral-7b-awq', simple);
} else {
const chat = {
messages,
Expand Down

0 comments on commit e44d92c

Please sign in to comment.