mirror of
https://github.com/promptfoo/promptfoo.git
synced 2023-08-15 01:10:51 +03:00
fix typo in jest example
This commit is contained in:
@@ -26,7 +26,7 @@ describe('toMatchSemanticSimilarity', () => {
|
||||
});
|
||||
|
||||
const gradingConfig: GradingConfig = {
|
||||
provider: 'openai:chat:gpt-3-5-turbo',
|
||||
provider: 'openai:chat:gpt-3.5-turbo',
|
||||
};
|
||||
|
||||
describe('toPassLLMRubric', () => {
|
||||
|
||||
Reference in New Issue
Block a user