Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# MindsEye Sandbox Chat
|
| 2 |
|
| 3 |
This is a **clean-slate MindsEye chatbot** running in a Hugging Face Space.
|
|
@@ -21,5 +33,4 @@ Once the UX and patterns feel right, the internal reply logic can be replaced wi
|
|
| 21 |
|
| 22 |
- Calls into the actual MindsEye repos
|
| 23 |
- A real LLM backend (OpenAI, Gemini, etc.)
|
| 24 |
-
- Time-labeled binary flows + ledger reads/writes
|
| 25 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
title: MindsEye Sandbox Chat
|
| 4 |
+
sdk: gradio
|
| 5 |
+
emoji: 📚
|
| 6 |
+
colorFrom: blue
|
| 7 |
+
colorTo: purple
|
| 8 |
+
pinned: true
|
| 9 |
+
thumbnail: >-
|
| 10 |
+
https://cdn-uploads.huggingface.co/production/uploads/693a4d2463cd49495fc845f8/X6gDw-y4X5iBVVwPwyYlj.png
|
| 11 |
+
short_description: no APIs, pure local brain.
|
| 12 |
+
---
|
| 13 |
# MindsEye Sandbox Chat
|
| 14 |
|
| 15 |
This is a **clean-slate MindsEye chatbot** running in a Hugging Face Space.
|
|
|
|
| 33 |
|
| 34 |
- Calls into the actual MindsEye repos
|
| 35 |
- A real LLM backend (OpenAI, Gemini, etc.)
|
| 36 |
+
- Time-labeled binary flows + ledger reads/writes
|
|
|