File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ # Add your API keys here
2+ # For running locally
3+ OPENAI_API_KEY = " "
4+ REPLICATE_API_KEY = " "
5+ OPENROUTER_API_KEY = " "
6+
7+ # Coinbase CDP Configuration
8+ CDP_API_KEY_NAME = " "
9+ CDP_API_KEY_PRIVATE_KEY = " "
10+ CDP_NETWORK_ID = " "
11+
12+ THE_GRAPH_API_KEY = " "
13+
14+
15+
16+ # AIM's hosted inference service url
17+ # AIM_INFERENCE_SERVER_URL= # AIM's hosted inference service url
18+ # AIM_API_KEY= # AIM's api key
Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ This is an AIM (AI Markup) project that allows you to create interactive AI-powe
66
771 . Add your AI provider API keys in the .env file
882 . Create your content files in the /files directory
9- 3 . Run ` aim start -d . --ui ` to start the development server
9+ 3 . Run ` npm install ` to install the dependencies
10+ 4 . Run ` npm run start ` to start the development server
1011
1112## Documentation
1213
13- For full documentation, visit [ docs.aimarkup.org] ( https://docs.aimarkup.org )
14+ For full documentation, visit [ aim.microchipgnu.pt] ( https://aim.microchipgnu.pt )
15+ Read blog post, visit [ Syntax Decisions] ( https://aim.microchipgnu.pt/blog/syntax-decisions )
You can’t perform that action at this time.
0 commit comments