Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance browser configuration and model support in project. #1760

Merged
merged 4 commits into from May 14, 2024

Conversation

hongyi-zhao
Copy link
Collaborator

@hongyi-zhao hongyi-zhao commented May 5, 2024

The details are listed below:

  • Update config.py to include options for specifying the browser and its arguments for opening URLs.
  • Modify main.py to use the configured browser settings from config.py to launch the web page.
  • Enhance config_loader.py to process path-like strings by expanding and normalizing paths, which supports the configuration improvements.
  • Add supports for the following models: "gpt-4o", "gpt-4o-2024-05-13".

- Update `config.py` to include options for specifying the browser and its arguments for opening URLs.
- Modify `main.py` to use the configured browser settings from `config.py` to launch the web page.
- Enhance `config_loader.py` to process path-like strings by expanding and normalizing paths, which supports the configuration improvements.
@hongyi-zhao hongyi-zhao changed the title Add the environment variable: OPEN_BROWSER Add configurable browser launching with custom arguments and enhance the get_conf function. May 10, 2024
@hongyi-zhao hongyi-zhao changed the title Add configurable browser launching with custom arguments and enhance the get_conf function. Enhance the get_conf function and add a feature for configurable browser launching, enabling customization of browser type and arguments as separate functionalities. May 10, 2024
@hongyi-zhao hongyi-zhao changed the title Enhance the get_conf function and add a feature for configurable browser launching, enabling customization of browser type and arguments as separate functionalities. Enhance the get_conf function and add a feature for configurable browser launching, enabling customization of browser type and arguments as separate functionalities. May 10, 2024
"gpt-4o", "gpt-4o-2024-05-13"
@hongyi-zhao hongyi-zhao changed the title Enhance the get_conf function and add a feature for configurable browser launching, enabling customization of browser type and arguments as separate functionalities. Enhance browser configuration and model support in project. May 14, 2024
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.

None yet

2 participants