Skip to content

Commit

Permalink
Merge pull request #1 from vincelwt/patch-1
Browse files Browse the repository at this point in the history
Support 'claude-instant-1'
  • Loading branch information
zya authored Nov 6, 2023
2 parents f5d0e04 + b8db035 commit b7e2da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/completion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { AI21Handler } from './handlers/ai21';
import { ReplicateHandler } from './handlers/replicate';

export const MODEL_HANDLER_MAPPINGS: Record<string, Handler> = {
'claude-2': AnthropicHandler,
'claude-': AnthropicHandler,
'gpt-': OpenAIHandler,
command: CohereHandler,
'ollama/': OllamaHandler,
Expand Down

0 comments on commit b7e2da4

Please sign in to comment.