Skip to content

Commit

Permalink
Fixing env var name and README
Browse files Browse the repository at this point in the history
  • Loading branch information
mzkrasner committed Sep 9, 2024
1 parent 660a151 commit 65c15cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
MODEL=gpt-4-turbo-preview
NEXT_PUBLIC_MODEL=gpt-4-turbo-preview
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=
NEXT_PUBLIC_API_URL=http://localhost:8000
NEWS_AGENT_SEED=
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cp .env.example .env

3. Create a WalletConnect project ID by visiting https://cloud.walletconnect.com/sign-in, create a new project (with a name of your choosing and the `App` type selected), and copy the `Project ID` key once available.

Once copied, assign it to `NEXT_PUBLIC_PROJECT_ID` in your new .env file
Once copied, assign it to `NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID` in your new .env file

4. Visit the [Orbis Studio](https://studio.useorbis.com/) and create a free account if you do not already have one.

Expand Down

0 comments on commit 65c15cd

Please sign in to comment.