Skip to content

Commit

Permalink
Remove 'stream' parameter from BedrockMistralCompleteConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
aashsach committed Mar 29, 2024
1 parent f5837ef commit 8b48ccd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/providers/bedrock/complete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@ export const BedrockMistralCompleteConfig: ProviderConfig = {
stop: {
param: 'end_sequences',
},
stream: {
param: 'stream',
},
};

const transformTitanGenerationConfig = (params: Params) => {
Expand Down

0 comments on commit 8b48ccd

Please sign in to comment.