Skip to content

Commit 3ada2e7

Browse files
committed
fix(onboarding): minor updates
1 parent 29c61ca commit 3ada2e7

File tree

1 file changed

+12
-23
lines changed

1 file changed

+12
-23
lines changed

docs/hackathon/0-onboarding.mdx

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This comprehensive guide will walk you through setting up your development envir
2323

2424
## Prerequisites
2525

26-
### Required Google Account & Registration
26+
### Google Account & Registration
2727

2828
- Use an existing Google account or create a new one
2929
- This account will be your primary access point for all hackathon resources
@@ -40,51 +40,40 @@ This comprehensive guide will walk you through setting up your development envir
4040
6. Store your API key securely
4141

4242
:::tip[Common API Key Issues]
43+
4344
If you get an error when creating the API key:
4445

4546
- Clear browser cache and try again
4647
- Ensure you're logged into the correct Google account
4748
- Wait a few minutes after project approval before attempting
48-
:::
49-
50-
:::tip[Adding Hackathon API keys to your environment]
51-
52-
Add the following lines to your shell configuration file (`~/.bashrc` or `~/.zshrc`):
5349

54-
```bash
55-
export GEMINI_API_KEY=<your-gemini-api-key>
56-
```
57-
58-
Apply the configuration:
50+
:::
5951

60-
```bash
61-
source ~/.bashrc # or source ~/.zshrc, you can also restart the shell
62-
```
52+
:::info[Setting up OpenRouter API Keys]
6353

64-
Verify:
54+
For the Consensus Learning track, you may need to use [OpenRouter](https://openrouter.ai). You can set up free OpenRouter API Keys on the [Settings page](https://openrouter.ai/settings/keys).
6555

66-
```bash
67-
echo $GEMINI_API_KEY # Expected output: <your-gemini-api-key>
68-
```
56+
If you need keys with higher credits reach out to the Flare team on [Telegram](https://t.me/+StI5VEIvtIg2ODlh) with your team and VM instance name.
6957

7058
:::
7159

60+
7261
## Track Templates
7362

7463
You can use the following track templates to quickly get started building:
7564

7665
| Track | Template Repository |
7766
| ------------------ | ----------------------------------------------------------------------------------------- |
78-
| Social AI Agents | [flare-foundation/flare-ai-social](https://github.com/flare-foundation/flare-ai-social) |
79-
| RAG Knowledge | [flare-foundation/flare-ai-rag](https://github.com/flare-foundation/flare-ai-rag) |
80-
| AI x DeFi (DeFAI) | [flare-foundation/flare-ai-defai](https://github.com/flare-foundation/flare-ai-defai) |
81-
| Consensus Learning | [flare-research/flare-ai-consensus](https://github.com/flare-research/flare-ai-consensus) |
67+
| Social AI Agents | [`flare-foundation/flare-ai-social`](https://github.com/flare-foundation/flare-ai-social) |
68+
| RAG Knowledge | [`flare-foundation/flare-ai-rag`](https://github.com/flare-foundation/flare-ai-rag) |
69+
| AI x DeFi (DeFAI) | [`flare-foundation/flare-ai-defai`](https://github.com/flare-foundation/flare-ai-defai) |
70+
| Consensus Learning | [`flare-research/flare-ai-consensus`](https://github.com/flare-research/flare-ai-consensus) |
8271

8372
## Troubleshooting
8473

8574
:::tip[Reach out for support]
8675

8776
If you are unable to bugfix your issue, feel free to reach out to the Flare team on [Telegram](https://t.me/+StI5VEIvtIg2ODlh) for support.
88-
When reaching out clearly mention the VM instance name.
77+
When reaching out clearly mention the team and VM instance name.
8978

9079
:::

0 commit comments

Comments
 (0)