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 Request: A collection of well-known ModelId values #305

Open
hakanai opened this issue Feb 11, 2024 · 0 comments
Open

Feature Request: A collection of well-known ModelId values #305

hakanai opened this issue Feb 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@hakanai
Copy link

hakanai commented Feb 11, 2024

As a courtesy I have reordered your sections as they appeared to be reversed. The feature comes after the problem. I do not yet own a time machine, but if you have one, then by all means lend it to me some time.

The Problem

As a new user to the library, I hit the ChatCompletionRequest API and immediately find I have to pass a ModelId, but I have no idea what model IDs I can pass.

The best workaround is I can go and read the documentation and eventually discover which magic strings work as the parameter.

Feature Description

Add a collection of well-known model IDs to the library so that autocomplete will immediately see them.

Proposed Solution

  • Create a WellKnownModelIds object somewhere in an appropriate package
  • Populate it with all the known model IDs which are typically used
@hakanai hakanai added the enhancement New feature or request label Feb 11, 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