Guides
AI Agents
Venice is supported with the following AI Agent communities.
Eliza Instructions
To setup Eliza with Venice, follow these instructions. A full blog post with more detail can be found here.
- Clone the Eliza repository:
-
Copy
.env.example
to.env
-
Update
.env
specifying yourVENICE_API_KEY
, and model selections forSMALL_VENICE_MODEL
,MEDIUM_VENICE_MODEL
,LARGE_VENICE_MODEL
,IMAGE_VENICE_MODEL
, instructions on generating your key can be found here. -
Create a new character in the
/characters/
folder with a filename similar toyour_character.character.json
to specify the character profile, tools/functions, and Venice.ai as the model provider:
- Build the repo:
- Start your character
- Start the local UI to chat with the agent