OppaAI commited on
Commit
13e128a
ยท
1 Parent(s): 36ae878

refactor: rename searxng file reference and clarify persona emoji requirements

Browse files
Files changed (3) hide show
  1. backend/llm.py +1 -1
  2. backend/searxng.py +1 -1
  3. 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=120,
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/search.py
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