Skip to content

Commit

Permalink
update jest
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Jul 23, 2024
1 parent 11c7357 commit ffe2a37
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ describe('GeminiConnector', () => {
maxOutputTokens: 8192,
},
safety_settings: [
{ category: 'HARM_CATEGORY_DANGEROUS_CONTENT', threshold: 'BLOCK_NONE' },
{ category: 'HARM_CATEGORY_DANGEROUS_CONTENT', threshold: 'BLOCK_ONLY_HIGH' },
],
}),
headers: {
Expand Down Expand Up @@ -194,7 +194,7 @@ describe('GeminiConnector', () => {
maxOutputTokens: 8192,
},
safety_settings: [
{ category: 'HARM_CATEGORY_DANGEROUS_CONTENT', threshold: 'BLOCK_NONE' },
{ category: 'HARM_CATEGORY_DANGEROUS_CONTENT', threshold: 'BLOCK_ONLY_HIGH' },
],
}),
headers: {
Expand Down Expand Up @@ -244,7 +244,7 @@ describe('GeminiConnector', () => {
maxOutputTokens: 8192,
},
safety_settings: [
{ category: 'HARM_CATEGORY_DANGEROUS_CONTENT', threshold: 'BLOCK_NONE' },
{ category: 'HARM_CATEGORY_DANGEROUS_CONTENT', threshold: 'BLOCK_ONLY_HIGH' },
],
}),
responseType: 'stream',
Expand Down Expand Up @@ -277,7 +277,7 @@ describe('GeminiConnector', () => {
maxOutputTokens: 8192,
},
safety_settings: [
{ category: 'HARM_CATEGORY_DANGEROUS_CONTENT', threshold: 'BLOCK_NONE' },
{ category: 'HARM_CATEGORY_DANGEROUS_CONTENT', threshold: 'BLOCK_ONLY_HIGH' },
],
}),
responseType: 'stream',
Expand Down

0 comments on commit ffe2a37

Please sign in to comment.