Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
isnolan committed May 16, 2024
1 parent b03e8a5 commit 33ff17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bodhi-adapter/src/provider/google/claude.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class GoogleClaudeAPI extends ChatBaseAPI {
}

public models(): string[] {
return ['claude-3-sonnet@20240229', 'claude-3-haiku@20240307'];
return ['claude-3-sonnet@20240229', 'claude-3-haiku@20240307', 'gemini-1.5-flash-preview-0514'];
}

/**
Expand Down

0 comments on commit 33ff17e

Please sign in to comment.