You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 aModelId
, 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
WellKnownModelIds
object somewhere in an appropriate packageThe text was updated successfully, but these errors were encountered: