Skip to content

Commit

Permalink
fix a key
Browse files Browse the repository at this point in the history
  • Loading branch information
narengogi committed Sep 16, 2024
1 parent c2c4c87 commit 8ca2491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/cohere/embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export const CohereEmbedConfig: ProviderConfig = {
param: 'input_type',
required: false,
},
embedding_type: {
param: 'embedding_type',
embedding_types: {
param: 'embedding_types',
required: false,
},
truncate: {
Expand Down

0 comments on commit 8ca2491

Please sign in to comment.