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

Enable setting default model value for LiteLLM, Chat, Completions #985

Merged
merged 3 commits into from
Dec 9, 2023

Commits on Dec 3, 2023

  1. Enable setting default model value for Completions

    add `model` arg to `Completions` class; if you provide a value, it will be used when you create new completions from an instance of the class.
    estill01 authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    56e9519 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82fbbf6 View commit details
    Browse the repository at this point in the history
  3. fix

    estill01 committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    737abbb View commit details
    Browse the repository at this point in the history