Skip to content

Commit 9f63b71

Browse files
authored
Update README with desktop version and model changes
1 parent 95f09b7 commit 9f63b71

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ Get the native NanoChat experience on your devices:
1212

1313
- **Android**: [nanochat-android](https://github.com/jcrabapple/nanochat-android)
1414
- **iOS**: [nanochat-ios](https://github.com/nanogpt-community/nanochat-ios) ([TestFlight Beta](https://testflight.apple.com/join/afmPp2xW))
15-
- **Desktop**: coming soon
16-
17-
**IMPORTANT** - Rename your thom-chat.db._ files to nanochat.db._
15+
- **Desktop**: [nanochat-desktop](https://github.com/nanogpt-community/nanochat-desktop) - Linux Only for now
1816

1917
---
2018

@@ -180,14 +178,14 @@ You can use URL parameters to pre-configure your chat session. This is useful fo
180178
| Parameter | Description | Example |
181179
| ----------------- | -------------------------------------------------------- | ---------------------------- |
182180
| `q` | Pre-fills the chat input | `?q=Explain quantum physics` |
183-
| `model` | Selects the AI model | `?model=openai/gpt-4o` |
181+
| `model` | Selects the AI model | `?model=zai-org/glm-4.7` |
184182
| `model_provider` | Selects the provider for the model (NanoGPT) | `?model_provider=cerebras` |
185183
| `search` | Sets web search mode (`off`, `standard`, `deep`) | `?search=deep` |
186-
| `search_provider` | Sets search provider (`linkup`, `tavily`, `exa`, `kagi`) | `?search_provider=tavily` |
184+
| `search_provider` | Sets search provider (`linkup`, `tavily`, `exa`, `kagi`) | `?search_provider=linkup` |
187185
| `projectId` | Contextualizes chat with a specific Project | `?projectId=123` |
188186

189187
**Example "Bang" URL:**
190-
`https://your-nanochat.com/chat?model=anthropic/claude-3-5-sonnet&search=deep&q=%s`
188+
`https://t3.0xgingi.xyz/chat?model=zai-org/glm-4.7&search=deep&q=%s`
191189

192190
**In-Chat Shortcuts:**
193191

0 commit comments

Comments
 (0)