mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-04 11:54:46 +00:00
llm.UnknownModelError docs, closes #155
This commit is contained in:
parent
4f7629c309
commit
8bf27b34ee
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ llm models list
|
|||
```
|
||||
If you have set a `OPENAI_API_KEY` environment variable you can omit the `model.key = ` line.
|
||||
|
||||
Calling `llm.get_model()` with an invalid model name will raise a `llm.UnknownModelError` exception.
|
||||
|
||||
(python-api-system-prompts)=
|
||||
|
||||
### System prompts
|
||||
|
|
|
|||
Loading…
Reference in a new issue