Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions pages/validators/setup-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -534,13 +534,11 @@ Once you have configured everything, you are ready to start the node.
# For io.net
export IOINTELLIGENCE_API_KEY='your_ionet_api_key'

<<<<<<< ours
# For Chutes
export CHUTES_API_KEY='your_chutes_api_key'
=======

# For Morpheus
export MORPHEUS_API_KEY='your_morpheus_api_key'
>>>>>>> theirs

# For other providers, use the appropriate environment variable name
```
Expand Down Expand Up @@ -704,11 +702,8 @@ ANTHROPICKEY=
XAIKEY=
GEMINIKEY=
ATOMAKEY=
<<<<<<< ours
CHUTES_API_KEY=
=======
MORPHEUS_API_KEY=
>>>>>>> theirs
```

or simply use the provided `docker-compose.yaml`, `.env.example` and the `genvm-module-web-docker.yaml` from the extracted tarball.
Expand Down
Loading