|
7 | 7 | ### *Complete AI-powered research & creative platform with DeepResearch* |
8 | 8 | ### **Generate Novel Ideas • Build AI Content • Enable Collaborative Knowledge Discovery** |
9 | 9 |
|
10 | | - [](https://timecapsule-slm.bubblspace.com) |
| 10 | + [](https://timecapsule.bubblspace.com/) |
11 | 11 | [](https://opensource.org/licenses/Apache-2.0) |
12 | | - [](https://timecapsule-slm.bubblspace.com) |
| 12 | + [](https://timecapsule.bubblspace.com/) |
13 | 13 | [](https://x.com/thefirehacker) |
14 | 14 |
|
15 | 15 | </div> |
@@ -67,7 +67,7 @@ Use **Ollama**, **LM Studio**, **OpenAI**, and **Anthropic**—privacy-first, co |
67 | 67 |
|
68 | 68 | <div align="center"> |
69 | 69 |
|
70 | | -### **🎯 [Launch TimeCapsule-SLM →](https://timecapsule-slm.bubblspace.com)** |
| 70 | +### **🎯 [Launch TimeCapsule-SLM →](https://timecapsule.bubblspace.com/)** |
71 | 71 |
|
72 | 72 | <table> |
73 | 73 | <tr> |
@@ -116,7 +116,7 @@ Professional-grade research and creative coding in your browser. |
116 | 116 | <td width="50%"> |
117 | 117 |
|
118 | 118 | ### 🌐 **Option 1: Instant Online** *(Recommended)* |
119 | | -1. 🎯 **Go to** [timecapsule-slm.bubblspace.com](https://timecapsule-slm.bubblspace.com) |
| 119 | +1. 🎯 **Go to** [timecapsule-slm.bubblspace.com](https://timecapsule.bubblspace.com/) |
120 | 120 | 2. 🔬 **Click "DeepResearch"** |
121 | 121 | 3. 🦙 **Start Ollama** (see setup below) |
122 | 122 | 4. 🤖 **Pull a model:** `ollama pull qwen3:0.6b` |
@@ -146,7 +146,7 @@ Professional-grade research and creative coding in your browser. |
146 | 146 | ollama pull qwen3:0.6b |
147 | 147 |
|
148 | 148 | # 3. Start with CORS enabled (CRITICAL) |
149 | | -OLLAMA_ORIGINS="https://timecapsule-slm.bubblspace.com,http://localhost:3000" ollama serve |
| 149 | +OLLAMA_ORIGINS="https://timecapsule.bubblspace.com/,http://localhost:3000" ollama serve |
150 | 150 |
|
151 | 151 | # 4. Connect in TimeCapsule-SLM |
152 | 152 | ``` |
@@ -253,10 +253,10 @@ ollama pull qwen3:0.6b |
253 | 253 | **Step 3:** 🔧 **Start Ollama with CORS** (**CRITICAL STEP**) |
254 | 254 | ```bash |
255 | 255 | # Method 1: Inline configuration (recommended) |
256 | | -OLLAMA_ORIGINS="https://timecapsule-slm.bubblspace.com,http://localhost:3000" ollama serve |
| 256 | +OLLAMA_ORIGINS="https://timecapsule.bubblspace.com/,http://localhost:3000" ollama serve |
257 | 257 |
|
258 | 258 | # Method 2: Export then serve |
259 | | -export OLLAMA_ORIGINS="https://timecapsule-slm.bubblspace.com,http://localhost:3000" |
| 259 | +export OLLAMA_ORIGINS="https://timecapsule.bubblspace.com/,http://localhost:3000" |
260 | 260 | ollama serve |
261 | 261 | ``` |
262 | 262 |
|
|
0 commit comments