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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ Tiny Claw is inspired by personal AI companions from science fiction like **Cods
53
53
-**Own personality.** Ships with a personality (Heartware system) that's uniquely its own.
54
54
-**Native, not wrapped.** Every component is built from scratch with zero dependency on external AI frameworks.
55
55
-**Easy to start.** Uses Ollama Cloud with two built-in models — kimi-k2.5:cloud (default) and gpt-oss:120b-cloud. Choose your model during setup and switch anytime via conversation.
56
+
-**Flexible Ollama support.** Add the Ollama provider plugin for local Ollama or extra cloud models without duplicating the built-in starter models, while reusing the Ollama API key already stored during setup.
56
57
-**Cost-conscious.** Smart routing tiers queries across your installed providers. Cheap models handle simple stuff, powerful models only fire when needed.
Ollama provider plugin for Tiny Claw. It supports both local Ollama instances and custom Ollama Cloud models while keeping the built-in starter models reserved for the built-in provider.
4
+
5
+
## What It Adds
6
+
7
+
- Local Ollama support with a configurable base URL
8
+
- Ollama Cloud support for custom cloud models
9
+
- Conversational pairing, model listing, and model switching tools
10
+
- Filtering of built-in cloud starter models from the plugin's cloud model list
11
+
12
+
## Conversational Tools
13
+
14
+
-`ollama_pair` - pair local or cloud Ollama
15
+
-`ollama_model_list` - show supported Ollama models for the current mode
16
+
-`ollama_model_set` - switch the configured Ollama model or mode
17
+
-`ollama_unpair` - disable the plugin and restore built-in routing
18
+
19
+
## Notes
20
+
21
+
- Cloud mode reuses the existing `provider.ollama.apiKey` from the built-in setup by default
22
+
- You only need to pass `apiKey` if you want to replace that stored Ollama key
23
+
- Cloud model listing excludes the built-in starter models
24
+
- Use `tinyclaw_restart` after pairing or switching models
0 commit comments