Skip to content

Commit

Permalink
add browser automation using text-based search
Browse files Browse the repository at this point in the history
  • Loading branch information
seii-saintway committed Nov 23, 2024
1 parent 7edbfef commit 1f9b39b
Show file tree
Hide file tree
Showing 14 changed files with 2,845 additions and 271 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: '3.9.16'
python-version: '3.12.7'
architecture: 'x64'
- name: Install the library
run: |
Expand Down
Binary file added assets/message-chatgpt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/send-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/stop-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/_data/sidebars/home_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ entries:
- output: web,pdf
title: iPyTest
url: core.html
- output: web,pdf
title: Browser Automation
url: automation.html
- output: web,pdf
title: Mock OpenAI API
url: browser.html
Expand Down
Loading

0 comments on commit 1f9b39b

Please sign in to comment.