You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project currently supports only a single model for generating Selenium scripts. Users may want to choose between different models (e.g., GPT-4, GPT-4-turbo, Gemini, Llama, or other APIs) for flexibility and potentially faster responses.
Proposed Solution
Modularize the model invocation logic by moving it into a separate file or module.
Add support for multiple models by creating a configuration file or menu where users can select the desired model.
Implement a simple extension menu for model selection with options to configure model-specific parameters.
The text was updated successfully, but these errors were encountered:
Description
The project currently supports only a single model for generating Selenium scripts. Users may want to choose between different models (e.g., GPT-4, GPT-4-turbo, Gemini, Llama, or other APIs) for flexibility and potentially faster responses.
Proposed Solution
The text was updated successfully, but these errors were encountered: