Skip to content

Commit ad4ae53

Browse files
Merge pull request #41 from thefirehacker/3.4.0_Export_TimeCapsule
fixing timecapsule Live URL
2 parents 2bb667f + 66eae34 commit ad4ae53

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
### *Complete AI-powered research & creative platform with DeepResearch*
88
### **Generate Novel Ideas • Build AI Content • Enable Collaborative Knowledge Discovery**
99

10-
[![Live Demo](https://img.shields.io/badge/🚀_Live_Demo-Available-00C851?style=for-the-badge&logo=rocket)](https://timecapsule-slm.bubblspace.com)
10+
[![Live Demo](https://img.shields.io/badge/🚀_Live_Demo-Available-00C851?style=for-the-badge&logo=rocket)](https://timecapsule.bubblspace.com/)
1111
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg?style=for-the-badge)](https://opensource.org/licenses/Apache-2.0)
12-
[![AI Powered](https://img.shields.io/badge/🤖_AI-Powered-ff6b35?style=for-the-badge)](https://timecapsule-slm.bubblspace.com)
12+
[![AI Powered](https://img.shields.io/badge/🤖_AI-Powered-ff6b35?style=for-the-badge)](https://timecapsule.bubblspace.com/)
1313
[![Made with Love](https://img.shields.io/badge/Made_with-❤-red?style=for-the-badge)](https://x.com/thefirehacker)
1414

1515
</div>
@@ -67,7 +67,7 @@ Use **Ollama**, **LM Studio**, **OpenAI**, and **Anthropic**—privacy-first, co
6767

6868
<div align="center">
6969

70-
### **🎯 [Launch TimeCapsule-SLM →](https://timecapsule-slm.bubblspace.com)**
70+
### **🎯 [Launch TimeCapsule-SLM →](https://timecapsule.bubblspace.com/)**
7171

7272
<table>
7373
<tr>
@@ -116,7 +116,7 @@ Professional-grade research and creative coding in your browser.
116116
<td width="50%">
117117

118118
### 🌐 **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/)
120120
2. 🔬 **Click "DeepResearch"**
121121
3. 🦙 **Start Ollama** (see setup below)
122122
4. 🤖 **Pull a model:** `ollama pull qwen3:0.6b`
@@ -146,7 +146,7 @@ Professional-grade research and creative coding in your browser.
146146
ollama pull qwen3:0.6b
147147

148148
# 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
150150

151151
# 4. Connect in TimeCapsule-SLM
152152
```
@@ -253,10 +253,10 @@ ollama pull qwen3:0.6b
253253
**Step 3:** 🔧 **Start Ollama with CORS** (**CRITICAL STEP**)
254254
```bash
255255
# 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
257257

258258
# 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"
260260
ollama serve
261261
```
262262

0 commit comments

Comments
 (0)