Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Sep 29, 2023
1 parent 1dca2e6 commit 8f98970
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export default function ApiTest({ getService }: FtrProviderContext) {
connectorId,
functions: [],
});
console.log('ERRRR', response.body.message);

expect(response.body.message).to.contain(
`an error occurred while running the action - Status code: 400. Message: API Error: Bad Request - This model's maximum context length is 8192 tokens. However, your messages resulted in 11036 tokens. Please reduce the length of the messages.`
);
Expand Down

0 comments on commit 8f98970

Please sign in to comment.