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

model_info for llm router config #620

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Commits on Jul 18, 2024

  1. 🔄 synced local 'skyvern/' with remote 'skyvern/'

    <!-- ELLIPSIS_HIDDEN -->
    
    | 🚀 | This description was created by [Ellipsis](https://www.ellipsis.dev) for commit afb421b1830123c03fc5e5c5ee8ecb0ac24826e5  |
    |--------|--------|
    
    ### Summary:
    Cleaned up GPT-4 routers and added `model_info` field to Azure GPT router configurations.
    
    **Key points**:
    - Removed `get_llm_router_config_for_cloud` function and related configurations from `cloud/__init__.py` and `cloud/llm/router.py`.
    - Added `model_info` field to `LLMRouterModelConfig` in `skyvern/forge/sdk/api/llm/models.py`.
    - Updated `get_gpt_turbo_router_config`, `get_llm_router_config_for_gpt4o`, and `get_massive_llm_router_config_for_gpt4o` functions to include `model_info` field.
    - Removed `ENABLE_AZURE_GPT4V_ROUTER` setting from `cloud/config.py`.
    - Added `MAX_PARALLEL_REQUESTS` to massive Azure GPT-4O configurations in `cloud/config.py`.
    - Updated `scripts/run_task.py` to use `get_llm_api_handler_with_router` for `massive-gpt4o` model.
    
    ----
    Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev)
    
    <!-- ELLIPSIS_HIDDEN -->
    ykeremy committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    2141b19 View commit details
    Browse the repository at this point in the history