Skip to content

Commit 5be771e

Browse files
committed
Fix up the usage for \llm command.
1 parent 8e57e84 commit 5be771e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.14.4 - 2025-01-31
2+
3+
### Bug Fixes
4+
5+
* Fix the usage instructions in the `\llm` command.
6+
17
## 1.14.3 - 2025-01-29
28

39
### Bug Fixes

litecli/packages/special/llm.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,14 @@ def __init__(self, results=None):
138138
> \\llm models default llama3
139139
140140
# Set api key (not required for local models)
141-
> \\llm keys set openai sg-1234
142-
API key set for openai.
141+
> \\llm keys set openai
142+
143143
144144
# Install a model plugin
145145
> \\llm install llm-ollama
146146
llm-ollama installed.
147147
148-
# Models directory
148+
# Plugins directory
149149
# https://llm.datasette.io/en/stable/plugins/directory.html
150150
"""
151151

0 commit comments

Comments
 (0)