We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec74e66 commit c830c09Copy full SHA for c830c09
chat/README.md
@@ -6,9 +6,9 @@ A simple ChatGPT-like interface for AgentAPI. It's a demo showcasing how to use
6
7
1. Ensure the AgentAPI backend server is running on `localhost:3284`. You can run it from the root of the repository with e.g.
8
9
-```bash
10
-go run main.go server -- claude
11
-```
+ ```bash
+ go run main.go server -- claude
+ ```
12
13
2. Install dependencies:
14
0 commit comments