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

[Feature]: Fallback Prompts - model-specific #3508

Open
krrishdholakia opened this issue May 7, 2024 · 0 comments
Open

[Feature]: Fallback Prompts - model-specific #3508

krrishdholakia opened this issue May 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@krrishdholakia
Copy link
Contributor

The Feature

Allow user to specify model specific prompts if fallbacks are triggered for a certain requests

e.g.

{
  "metadata": {
    "fallback": {
      "claude-3-opus": "Opus-specific system message",
      "claude-3-sonnet": "Sonnet-specific system message"
      ...
     }
  }
}

Motivation, pitch

User would rather fail requests currently, than use fallbacks and get back bad answers

Twitter / LinkedIn details

cc: @dkindlund

@krrishdholakia krrishdholakia added the enhancement New feature or request label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant