Skip to content

Commit f6e55a3

Browse files
authored
Update README.md
Updated details to match with `integrations/gaia`
1 parent 9a1af25 commit f6e55a3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

integrations/gaia/README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GPT agent example
1+
# Gaia agent example
22

33
This example uses a [Gaia](https://docs.gaianet.ai) API for AI based responses and [XMTP](https://xmtp.org) for secure messaging. You can test your agent on [xmtp.chat](https://xmtp.chat) or any other XMTP-compatible client.
44

@@ -142,8 +142,7 @@ git clone https://github.com/ephemeraHQ/xmtp-agent-examples.git
142142
cd xmtp-agent-examples
143143
# install packages
144144
yarn
145-
# generate random keys (optional)
146-
yarn gen:keys
147-
# run the example
148-
yarn examples:gpt
145+
146+
cd integrations/gaia
147+
yarn dev
149148
```

0 commit comments

Comments
 (0)