Skip to content

Commit

Permalink
chore: change default model name (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw authored Jan 27, 2025
1 parent 888ddaa commit b4a6b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_BASE_URL: ${{ secrets.OPENAI_BASE_URL }}
MIDSCENE_MODEL_NAME: gpt-4o-2024-08-06
MIDSCENE_MODEL_NAME: gpt-4o-2024-11-20
CI: 1
# MIDSCENE_DEBUG_AI_PROFILE: 1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test('ai todo', async ({ ai, aiQuery }) => {

await ai('Move your mouse over the second item in the task list');
await ai('Click the delete button to the right of the second task');
await ai('Click the check button to the left of the second task');
await ai('Click the checkbox next to the second task');
await ai('Click the "completed" Status button below the task list');

const taskList = await aiQuery<string[]>('string[], tasks in the list');
Expand Down

0 comments on commit b4a6b6f

Please sign in to comment.