Compare commits
2 Commits
9468c10b2c
...
6e810c913c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6e810c913c | ||
|
|
1092526a9f |
@@ -370,7 +370,7 @@ TZ=America/Chicago
|
||||
|
||||
## Source Code
|
||||
|
||||
- **Gitea**: https://speedyfox.app/SpeedyFoxAi/vera-ai-v2
|
||||
- **Gitea**: https://github.com/speedyfoxai/vera-ai
|
||||
|
||||
---
|
||||
|
||||
|
||||
12
README.md
12
README.md
@@ -10,7 +10,7 @@
|
||||
|
||||
[](https://hub.docker.com/r/vera-ai/latest)
|
||||
[](LICENSE)
|
||||
[](https://speedyfox.app/SpeedyFoxAi/vera-ai-v2)
|
||||
[](https://github.com/speedyfoxai/vera-ai)
|
||||
|
||||
---
|
||||
|
||||
@@ -351,7 +351,7 @@ Use the provided context to give informed, personalized responses.
|
||||
|
||||
```bash
|
||||
# 1. Clone
|
||||
git clone https://speedyfox.app/SpeedyFoxAi/vera-ai-v2.git
|
||||
git clone https://github.com/speedyfoxai/vera-ai.git
|
||||
cd vera-ai-v2
|
||||
|
||||
# 2. Configure
|
||||
@@ -383,7 +383,7 @@ curl http://localhost:11434/
|
||||
### Step 1: Clone Repository
|
||||
|
||||
```bash
|
||||
git clone https://speedyfox.app/SpeedyFoxAi/vera-ai-v2.git
|
||||
git clone https://github.com/speedyfoxai/vera-ai.git
|
||||
cd vera-ai-v2
|
||||
```
|
||||
|
||||
@@ -644,7 +644,7 @@ sudo lsof -i :11434
|
||||
### Build from Source
|
||||
|
||||
```bash
|
||||
git clone https://speedyfox.app/SpeedyFoxAi/vera-ai-v2.git
|
||||
git clone https://github.com/speedyfoxai/vera-ai.git
|
||||
cd vera-ai-v2
|
||||
pip install -r requirements.txt
|
||||
docker compose build
|
||||
@@ -677,8 +677,8 @@ MIT License - see [LICENSE](LICENSE) file for details.
|
||||
|
||||
| Resource | Link |
|
||||
|----------|------|
|
||||
| **Repository** | https://speedyfox.app/SpeedyFoxAi/vera-ai-v2 |
|
||||
| **Issues** | https://speedyfox.app/SpeedyFoxAi/vera-ai-v2/issues |
|
||||
| **Repository** | https://github.com/speedyfoxai/vera-ai |
|
||||
| **Issues** | https://github.com/speedyfoxai/vera-ai/issues |
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
You have persistent memory across all conversations with this user.
|
||||
|
||||
**Important:** The latter portion of your conversation context contains memories retrieved from a vector database. These are curated summaries of past conversations, not live chat history.
|
||||
|
||||
Use these memories to:
|
||||
- Reference previous decisions and preferences
|
||||
- Draw on relevant past discussions
|
||||
- Provide personalized, context-aware responses
|
||||
|
||||
If memories seem outdated or conflicting, ask for clarification.
|
||||
|
||||
Reference in New Issue
Block a user