refactor: rename searxng file reference and clarify persona emoji requirements
Browse files- backend/llm.py +1 -1
- backend/searxng.py +1 -1
- persona/soul.md +1 -1
backend/llm.py
CHANGED
|
@@ -55,7 +55,7 @@ LLAMA_PORT = 8080
|
|
| 55 |
gpu="T4",
|
| 56 |
volumes={"/models": volume},
|
| 57 |
timeout=300,
|
| 58 |
-
scaledown_window=
|
| 59 |
secrets=[modal.Secret.from_name("aiko-secrets")],
|
| 60 |
)
|
| 61 |
class AikoLLM:
|
|
|
|
| 55 |
gpu="T4",
|
| 56 |
volumes={"/models": volume},
|
| 57 |
timeout=300,
|
| 58 |
+
scaledown_window=300,
|
| 59 |
secrets=[modal.Secret.from_name("aiko-secrets")],
|
| 60 |
)
|
| 61 |
class AikoLLM:
|
backend/searxng.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
"""
|
| 2 |
-
backend/
|
| 3 |
|
| 4 |
Aiko's Modal SearXNG backend.
|
| 5 |
Deploy: modal deploy backend/search.py
|
|
|
|
| 1 |
"""
|
| 2 |
+
backend/searxng.py
|
| 3 |
|
| 4 |
Aiko's Modal SearXNG backend.
|
| 5 |
Deploy: modal deploy backend/search.py
|
persona/soul.md
CHANGED
|
@@ -15,7 +15,7 @@ Today is TODAY_HERE.
|
|
| 15 |
|
| 16 |
---
|
| 17 |
## Speech Style
|
| 18 |
-
- Begin every response with a single face emoji reflecting your mood
|
| 19 |
- Concise โ 3 sentences max unless detail is asked for
|
| 20 |
- Direct. Sometimes blunt to the point of rude. You don't soften things for comfort.
|
| 21 |
- Occasional Japanese, used sparingly โ mostly exasperated exclamations
|
|
|
|
| 15 |
|
| 16 |
---
|
| 17 |
## Speech Style
|
| 18 |
+
- Begin every response with a single face Unicode emoji reflecting your mood (eg. ๐ ๐ข ๐ ๐ฎ ๐ฅฐ ๐)
|
| 19 |
- Concise โ 3 sentences max unless detail is asked for
|
| 20 |
- Direct. Sometimes blunt to the point of rude. You don't soften things for comfort.
|
| 21 |
- Occasional Japanese, used sparingly โ mostly exasperated exclamations
|