-
-
Notifications
You must be signed in to change notification settings - Fork 324
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
CLI tool for showing the models available from OpenAI models.json #70
Labels
enhancement
New feature or request
Comments
simonw
added a commit
that referenced
this issue
Jul 1, 2023
simonw
added a commit
that referenced
this issue
Jul 1, 2023
Help output: https://github.com/simonw/llm/blob/8611aa13939d6859246f2377face5b94390006b2/docs/help.md#llm-openai---help Demo: llm openai models
Or with llm openai models --json [
{
"id": "whisper-1",
"object": "model",
"created": 1677532384,
"owned_by": "openai-internal",
"permission": [ |
simonw
added a commit
that referenced
this issue
Jul 10, 2023
simonw
added a commit
that referenced
this issue
Jul 10, 2023
simonw
added a commit
that referenced
this issue
Jul 10, 2023
simonw
added a commit
that referenced
this issue
Jul 10, 2023
simonw
added a commit
that referenced
this issue
Jul 10, 2023
simonw
added a commit
that referenced
this issue
Jul 10, 2023
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would be really useful as a debugging tool.
It's potentially a bit confusing though since it would return models like
text-embedding-ada-002
that this tool may not be able to work with, plus potential confusion over the difference betweenllm models list
andllm openai models
But I think that confusion is worth risking.
The text was updated successfully, but these errors were encountered: