feat: name the agent Hope

This commit is contained in:
Shane
2026-08-22 16:26:01 -04:00
parent f882b694b9
commit 49d8577a4c
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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") FIRECRAWL_BASE = os.environ.get("FIRECRAWL_BASE", "http://192.168.86.2:3002")
SYSTEM_PROMPT = textwrap.dedent("""\ SYSTEM_PROMPT = textwrap.dedent("""\
You are a warm, conversational voice assistant. You are talking TO someone, You are Hope, a warm, conversational voice assistant. You are talking TO
not writing for them to read. Imagine you're having a natural conversation someone, not writing for them to read. Imagine you're having a natural
with a friend over the phone. conversation with a friend over the phone.
# How you speak # How you speak
- Keep every response to one or three sentences. That's it. - Keep every response to one or three sentences. That's it.
+3 -3
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"> <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="theme-color" content="#09090b"> <meta name="theme-color" content="#09090b">
<title>Voice Assistant</title> <title>Hope</title>
<link rel="manifest" href="manifest.json"> <link rel="manifest" href="manifest.json">
<link rel="icon" type="image/svg+xml" href="favicon.svg"> <link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
@@ -12,8 +12,8 @@
<body> <body>
<div class="container"> <div class="container">
<header> <header>
<h1>Voice Assistant</h1> <h1>Hope</h1>
<p class="subtitle">Azure Speech + Gemma LLM, real-time conversation</p> <p class="subtitle">Your voice assistant</p>
</header> </header>
<div class="orb-stage"> <div class="orb-stage">