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
Copy file name to clipboardExpand all lines: content/docs/configuration/index.mdx
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,22 @@ The main configuration file is `~/.llms/llms.json`. It's automatically created o
9
9
10
10
This creates `~/.llms/llms.json` with the latest default configuration.
11
11
12
+
### Reset Configuration
13
+
14
+
Use the `--reset` option to reset the default configuration files back to its factory defaults. This is useful for reverting corrupted configurations or to apply the latest default configuration after updates.
15
+
16
+
Available reset options:
17
+
18
+
***config** - Reset ~/.llms/llms.json to default
19
+
***providers** - Reset ~/.llms/providers.json and ~/.llms/providers-extra.json
20
+
***all** - Reset all configuration
21
+
22
+
```bash
23
+
llms --reset providers
24
+
```
25
+
26
+
Resets [~/.llms/providers.json](https://raw.githubusercontent.com/ServiceStack/llms/refs/heads/main/llms/providers.json) and [~/.llms/providers-extra.json](https://raw.githubusercontent.com/ServiceStack/llms/refs/heads/main/llms/providers-extra.json) by downloading latest the defaults from the official repository, and automatically fetches provider updates.
After upgrading, it's recommended to also upgrade any external extensions:
11
+
12
+
<ShellCommand>llms --update all</ShellCommand>
13
+
14
+
15
+
## Feb 27, 2026
16
+
17
+
### Nano Banana 2
18
+
19
+
Added Google's latest **Gemini Nano Banana 2** model, available from both the **Google** and **OpenRouter** providers. The Google/Gemini provider supports multiple chat history in conversations, while OpenRouter sends a fresh chat request for each message.
20
+
21
+
You can find it in the model selector by selecting **Image** output filter and searching for **"Nano Banana 2"**.
22
+
23
+
<Screenshotsrc="/img/latest/nano-banana2.webp" />
24
+
25
+
To get the latest model info with **Nano Banana 2**, reset your providers configuration:
Gallery pages now use optimized thumbnails instead of full-size images. Detail images that increasingly approach over 2MB are now served as thumbnails under 10KB, delivering a noticeable performance improvement when scrolling through the infinite scrolling gallery pages.
0 commit comments