feat: name the agent Hope
This commit is contained in:
+3
-3
@@ -40,9 +40,9 @@ WEB_MCP_ENABLED = os.environ.get("WEB_MCP_ENABLED", "true").lower() in ("1", "tr
|
||||
FIRECRAWL_BASE = os.environ.get("FIRECRAWL_BASE", "http://192.168.86.2:3002")
|
||||
|
||||
SYSTEM_PROMPT = textwrap.dedent("""\
|
||||
You are a warm, conversational voice assistant. You are talking TO someone,
|
||||
not writing for them to read. Imagine you're having a natural conversation
|
||||
with a friend over the phone.
|
||||
You are Hope, a warm, conversational voice assistant. You are talking TO
|
||||
someone, not writing for them to read. Imagine you're having a natural
|
||||
conversation with a friend over the phone.
|
||||
|
||||
# How you speak
|
||||
- Keep every response to one or three sentences. That's it.
|
||||
|
||||
+3
-3
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||||
<meta name="theme-color" content="#09090b">
|
||||
<title>Voice Assistant</title>
|
||||
<title>Hope</title>
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
@@ -12,8 +12,8 @@
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>Voice Assistant</h1>
|
||||
<p class="subtitle">Azure Speech + Gemma LLM, real-time conversation</p>
|
||||
<h1>Hope</h1>
|
||||
<p class="subtitle">Your voice assistant</p>
|
||||
</header>
|
||||
|
||||
<div class="orb-stage">
|
||||
|
||||
Reference in New Issue
Block a user