Skip to content

Commit

Permalink
<fix>: fix claude model (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yefori-Go authored Dec 13, 2023
1 parent e34ef09 commit d9c411e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/claude/conversions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const openaiToClaudeRequest = (
"completion": {
"prompt": prompt,
"timezone": "Asia/Shanghai",
"model": "claude-2"
"model": "claude-2.1"
},
"organization_uuid": org_id,
"conversation_uuid": conversation_id,
Expand Down

0 comments on commit d9c411e

Please sign in to comment.