chore: cleanup outdated model & upgrade model (#7739)

This commit is contained in:
darkskygit
2024-08-05 10:13:33 +00:00
parent e6e9f7d4c7
commit 0acc1bd9e8
8 changed files with 16 additions and 44 deletions

View File

@@ -91,7 +91,7 @@ export class MockCopilotTestProvider
override async *generateTextStream(
messages: PromptMessage[],
model: string = 'gpt-3.5-turbo',
model: string = 'gpt-4o-mini',
options: CopilotChatOptions = {}
): AsyncIterable<string> {
this.checkParams({ messages, model, options });