Skip to content

Commit

Permalink
Update ClaudeAIBot model version to 2.0
Browse files Browse the repository at this point in the history
fix #672
  • Loading branch information
sunner committed Jan 13, 2024
1 parent 1788d01 commit ef46704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bots/ClaudeAIBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default class ClaudeAIBot extends Bot {
attachments: [],
completion: {
incremental: true,
model: "claude-2.1",
model: "claude-2.0",
prompt: prompt,
},
conversation_uuid: context.uuid,
Expand Down

1 comment on commit ef46704

@vercel
Copy link

@vercel vercel bot commented on ef46704 Jan 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chatall – ./

chatall-llm.vercel.app
chatall-sunner.vercel.app
chatall-git-main-sunner.vercel.app

Please sign in to comment.