Skip to content

Commit aa1973f

Browse files
authored
chore: update readme with the embedded chat interface
1 parent ef3d380 commit aa1973f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Control [Claude Code](https://github.com/anthropics/claude-code), [Goose](https://github.com/block/goose), [Aider](https://github.com/Aider-AI/aider), and [Codex](https://github.com/openai/codex) with an HTTP API.
44

5-
![chat demo](https://github.com/user-attachments/assets/11685cf3-324b-4e72-b8e9-5bb8ceede785)
5+
![agentapi-chat](https://github.com/user-attachments/assets/57032c9f-4146-4b66-b219-09e38ab7690d)
6+
67

78
You can use AgentAPI:
89

@@ -51,9 +52,7 @@ You can use AgentAPI:
5152
curl localhost:3284/messages
5253
```
5354

54-
1. Try the demo web chat interface at https://coder.github.io/agentapi/chat. Even though it's hosted on GitHub Pages, the chat will connect to your AgentAPI server running on `localhost:3284`.
55-
56-
> If you're having trouble connecting to the demo chat on Safari, it's likely because it's blocking an HTTP-only connection to localhost. The demo may work in a different browser.
55+
1. Try the chat web interface at http://localhost:3284/chat.
5756

5857
## CLI Commands
5958

0 commit comments

Comments
 (0)