diff --git a/.env.example b/.env.example index 4332b87..0efd9f4 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,5 @@ PROVIDER_URL=http://localhost:8000/v1 PROVIDER_API_KEY=your-api-key PROVIDER_MODEL=gpt-4 +AGENT_API_PATH=path-to-api +COMPOSIO_API_KEY=your-api-key \ No newline at end of file