Skip to content

Commit a5242c4

Browse files
Update README by removing API key setup instructions
Removed setup instructions for API keys and hybrid setup.
1 parent 48fd3f8 commit a5242c4

1 file changed

Lines changed: 1 addition & 29 deletions

File tree

README.md

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -329,35 +329,7 @@ For production, run Ollama on a separate server:
329329
- ✅ Fast responses - no network latency (with good hardware)
330330
- ✅ Full control - choose any model, customize parameters
331331

332-
--- ```bash
333-
334-
# Add to Vercel environment variables
335-
336-
DEEPSEEK_API_KEY=your-key # Recommended (cheap)
337-
338-
# OR
339-
340-
GEMINI_API_KEY=your-key # Free tier available
341-
342-
```
343-
344-
2. **Hybrid Setup (Best for High Usage):**
345-
- Deploy Next.js on Vercel
346-
- Run Ollama on separate VPS (AWS EC2, DigitalOcean, Hetzner)
347-
- Point to your VPS:
348-
349-
```env
350-
OLLAMA_URL=https://ai.yourdomain.com
351-
```
352-
353-
- Users get local model speed + privacy without installing anything
354-
355-
### Smart Fallback System
356-
357-
The AI tries providers in this order:
358-
359-
---
360-
332+
---
361333
## Feature Overview
362334

363335
| Area | Summary |

0 commit comments

Comments
 (0)