-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
I tried this example from the README:
Line 27 in 5d60666
| $ llm prompt 'top facts about cheese' -m github/mistral-large |
And got this:
Error: 'Unknown model: github/mistral-large'
I ran this:
llm models -q github -q mistralAnd it showed me these model IDs:
GitHubModels: github/Mistral-Large-2411
GitHubModels: github/Mistral-Nemo
GitHubModels: github/Mistral-large
GitHubModels: github/Mistral-large-2407
GitHubModels: github/Mistral-small
In case it was case sensitive I tried this:
llm prompt 'top facts about cheese' -m Mistral-largeBut that gave me a slightly different error:
Error: (unknown_model) Unknown model: mistral-large
Code: unknown_model
Message: Unknown model: mistral-large
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels