Skip to content

Commit

Permalink
Update src/completion.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zya authored Nov 6, 2023
1 parent 1befac7 commit b8db035
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/completion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { ReplicateHandler } from './handlers/replicate';

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

0 comments on commit b8db035

Please sign in to comment.