From 79033ccb56a0cdc255a19f131c7b1238891ba290 Mon Sep 17 00:00:00 2001 From: ykaplan Date: Tue, 20 May 2025 14:48:12 +0200 Subject: [PATCH] Fix blackbeard example urls in the README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4d4c41a..8c1a4ac 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,12 @@ Flags: > The token noted in the flag above is used to authenticate against the provided LLM. If you are using a different service, then this token is not needed. Generate the user-to-server token by [creating a GitHub Applicatiion](https://docs.github.com/en/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps) and then following the [using the device flow to generate a user access token](https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-user-access-token-for-a-github-app#using-the-device-flow-to-generate-a-user-access-token) to generate the token. 2. You can alternatively set these flags as environment variables (in all caps) so you don't need to pass them in every time. The only "required" one to get this up and running is the url for your agent ``` -export URL="http://localhost:8080/agent/blackbeard" +export URL="http://localhost:3000" ``` 3. When you run the CLI, you will see any flags that were previously set in your environment variables as the output. ``` > gh debug-cli chat -Setting url to http://localhost:8080/agents/blackbeard +Setting url to http://localhost:3000 Start typing to chat with your assistant... sparklyunicorn: @@ -56,7 +56,7 @@ sparklyunicorn: 4. Type something to simulate chatting with your assistant. ``` > gh debug-cli chat -Setting url to http://localhost:8080/agents/blackbeard +Setting url to http://localhost:3000 Start typing to chat with your assistant... sparklyunicorn: hello @@ -115,7 +115,7 @@ assistant: Avast, @monalisa! Me apologies if I didn't quite understand yer reque 7. And if debug mode was set to false, then I would only see the confirmation prompt itself. ``` gh debug-cli chat --log-level none -Setting url to http://localhost:8080/agents/blackbeard +Setting url to http://localhost:3000 Start typing to chat with your assistant... sparklyunicorn: confirmation