You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hackathon/0-onboarding.mdx
+12-23Lines changed: 12 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This comprehensive guide will walk you through setting up your development envir
23
23
24
24
## Prerequisites
25
25
26
-
### Required Google Account & Registration
26
+
### Google Account & Registration
27
27
28
28
- Use an existing Google account or create a new one
29
29
- 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
40
40
6. Store your API key securely
41
41
42
42
:::tip[Common API Key Issues]
43
+
43
44
If you get an error when creating the API key:
44
45
45
46
- Clear browser cache and try again
46
47
- Ensure you're logged into the correct Google account
47
48
- 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`):
53
49
54
-
```bash
55
-
export GEMINI_API_KEY=<your-gemini-api-key>
56
-
```
57
-
58
-
Apply the configuration:
50
+
:::
59
51
60
-
```bash
61
-
source~/.bashrc # or source ~/.zshrc, you can also restart the shell
62
-
```
52
+
:::info[Setting up OpenRouter API Keys]
63
53
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).
0 commit comments