Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Aug 23, 2024
1 parent b7552f4 commit e60dd21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration_test/__tests__/ai.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ test('test AI text gen', async() => {
],
dialogue_history: dialogueHistory,
ai_agent: {
type: 'ai_agent_ask',
basic_text_multi: {
model: 'openai__gpt_3_5_turbo'
type: 'ai_agent_text_gen',
basic_gen: {
model: 'openai__gpt_3_5_turbo_16k'
}
}
});
Expand Down

0 comments on commit e60dd21

Please sign in to comment.