Skip to content

Commit

Permalink
feat: claude new model
Browse files Browse the repository at this point in the history
  • Loading branch information
okisdev committed Jul 12, 2023
1 parent 418d339 commit 015eb81
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions config/provider/claude.config.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
export const claudeModelConfig = [
{
model: 'claude-v1',
model: 'claude-instant-1',
},
{
model: 'claude-v1-100k',
},
{
model: 'claude-instant-v1',
},
{
model: 'claude-instant-v1-100k',
model: 'claude-2',
},
];

1 comment on commit 015eb81

@vercel
Copy link

@vercel vercel bot commented on 015eb81 Jul 12, 2023

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:

chat-chat – ./

chatchat-main.vercel.app
chat-chat-okisdev.vercel.app
chat-chat-git-main-okisdev.vercel.app

Please sign in to comment.