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

[Cookbook] Add Anyscale Endpoint cookbook #746

Merged
merged 4 commits into from
Jan 4, 2024
Merged

[Cookbook] Add Anyscale Endpoint cookbook #746

merged 4 commits into from
Jan 4, 2024

Commits on Jan 3, 2024

  1. Create AnyScale Endpoint modelparser

    Simply extend the OpenAIInference modelparser and change the api key and base_url to point to anyscale.
    
    Added utility classes for all the supported models for Anyscale Endpoints: https://docs.endpoints.anyscale.com/category/supported-models
    saqadri committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    d86d314 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. [TypeScript] Default modelparser for AnyScale endpoints

    Add a ModelParser for Anyscale Endpoints
    saqadri committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    82a181a View commit details
    Browse the repository at this point in the history
  2. [easy] Allow AnyscaleEndpoint modelparser to accept both ANYSCALE_END…

    …POINT_API_KEY or OPENAI_API_KEY
    
    TSIA
    saqadri committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    f6d101f View commit details
    Browse the repository at this point in the history
  3. [Cookbook] Add Anyscale Endpoint cookbook

    Clone the Getting Started cookbook and adapt it for Anyscale.
    Next up we will also add a cookbook for function calling using Anyscale.
    saqadri committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a7a7746 View commit details
    Browse the repository at this point in the history