Skip to content

Commit 69d0409

Browse files
committed
fix(readme): rename to agent-pugo-hilion
1 parent a3c2d1a commit 69d0409

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,7 @@ type=pd-standard \
210210
social-team1 us-central1-a n2d-standard-2 10.128.0.18 34.41.127.200 RUNNING
211211
```
212212

213-
2. It may take a few minutes for Confidential Space to complete startup checks. You can monitor progress via the [GCP Console](https://console.cloud.google.com/welcome?project=verifiable-ai-hackathon).
214-
215-
3. **To view device logs:**
213+
2. It may take a few minutes for Confidential Space to complete startup checks. You can monitor progress via the [GCP Console](https://console.cloud.google.com/welcome?project=verifiable-ai-hackathon) logs.
216214
Click on **Compute Engine****VM Instances** (in the sidebar) → **Select your instance****Serial port 1 (console)**.
217215

218216
When you see a message like:
@@ -221,7 +219,7 @@ type=pd-standard \
221219
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
222220
```
223221

224-
the container is ready. Navigate to the external IP of the instance (visible in the GCP Console) to access the Chat UI.
222+
the container is ready. Navigate to the external IP of the instance (visible in the **VM Instances** page) to access the Chat UI.
225223

226224
### 🔧 Troubleshooting
227225

chat-ui/src/App.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const BACKEND_ROUTE = 'api/routes/chat/'
88
const ChatInterface = () => {
99
const [messages, setMessages] = useState([
1010
{
11-
text: "Hi, I'm Pugo Hilion!",
11+
text: "Hi, I'm Agent Pugo Hilion!",
1212
type: 'bot'
1313
}
1414
]);
@@ -109,8 +109,8 @@ const ChatInterface = () => {
109109
<div className="flex flex-col h-full max-w-4xl mx-auto w-full shadow-lg bg-white">
110110
{/* Header */}
111111
<div className="bg-pink-600 text-white p-4">
112-
<h1 className="text-xl font-bold">Pugo Hilion</h1>
113-
<p className="text-sm opacity-80">Social AI agent</p>
112+
<h1 className="text-xl font-bold">Agent Pugo Hilion</h1>
113+
<p className="text-sm opacity-80">A social AI agent fine-tuned on Hugo Philion's tweets (gemini-1.5-flash).</p>
114114
</div>
115115

116116
{/* Messages container */}

0 commit comments

Comments
 (0)