Skip to content

add gemini model support#38

Open
Krank41 wants to merge 1 commit into
microsoft:mainfrom
Krank41:geminimodelsupport
Open

add gemini model support#38
Krank41 wants to merge 1 commit into
microsoft:mainfrom
Krank41:geminimodelsupport

Conversation

@Krank41
Copy link
Copy Markdown

@Krank41 Krank41 commented May 30, 2026

This PR is for using gemini models via API key.
Two files has been added :

  1. src/webwright/config/model_gemini.yaml
  2. src/webwright/models/gemini_model.py

I have Done testing using below command
1.
python -m webwright.run.cli -c base.yaml -c model_gemini.yaml -t "Search for flights from SEA to JFK on 2026-08-15 to 2026-08-20" --start-url https://www.google.com/flights --task-id test1_demo_gemini -o outputs/default

output:
It took 16 steps to complete the task.
Total 6 screenshots captured.
Total 36 entries in raw_responses.jsonl

python -m webwright.run.cli -c local_browser.yaml -c model_gemini.yaml -t "Search for flights from SEA to JFK on 2026-08-15 to 2026-08-20" --start-url https://www.google.com/flights --task-id test1_demo_gemini -o outputs/default
It took 15 steps to complete the tasks
Total 15 screenshots captured
Total 25 entries in raw_responses.jsonl

@Krank41
Copy link
Copy Markdown
Author

Krank41 commented May 30, 2026

@microsoft-github-policy-service agree

@Krank41 Krank41 mentioned this pull request May 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant