Skip to content

Commit

Permalink
refactor: Update OpenAI model from GPT35Turbo to O1 in openaiTest.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cbh123 committed Sep 13, 2024
1 parent 743120a commit 489be0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/spectacular/src/backend/openaiTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function testOpenAI(): Promise<string> {

try {
const response = await streamOpenAI(conversation, {
model: Models.GPT35Turbo,
model: Models.O1,
processPartial: (partial) => {
console.log("Partial response:", partial);
}
Expand Down

0 comments on commit 489be0e

Please sign in to comment.