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
@@ -20,32 +20,55 @@ import AddMetaData from "/static/img/verifiable-ai-hackathon/add-metadata.png";
20
20
21
21
# Onboarding
22
22
23
-
Welcome to the Verifiable AI Hackathon! This comprehensive guide will walk you through setting up your development environment, including Google Cloud infrastructure, API credentials, and Confidential Compute virtual machines.
23
+
Welcome to the **Verifiable AI Hackathon**!
24
+
This comprehensive guide will walk you through setting up your development environment, including Google Cloud infrastructure, API credentials, and Confidential Space virtual machines.
24
25
25
26
## Before You Begin
26
27
27
28
- Plan for approximately 30-45 minutes to complete the entire setup
28
29
- Keep track of your credentials in a secure location
29
-
- If you encounter any issues, reach out to the support team via the hackathon Discord channels
30
+
- If you encounter any issues, reach out to the Flare team on [Telegram](https://t.me/+StI5VEIvtIg2ODlh)
30
31
31
32
## Prerequisites
32
33
33
34
### Required Google Account & Registration
34
35
35
36
- Use an existing Google account or create a new one
36
37
- This account will be your primary access point for all hackathon resources
37
-
- Submit your Google account email during the registration process
38
-
- You'll receive access to the `google-hackathon-project` when approved, usually within a hour of submission
38
+
- Submit your Google account email during the hackathon registration process
39
+
- You'll receive access to the `google-hackathon-project` when approved
39
40
40
41
### Setting up Gemini API access
41
42
42
-
1. Log into your registered Google account
43
-
1. Visit the [Get a Gemini API key in Google AI Studio](https://aistudio.google.com/app/apikey) page
43
+
1. Log into your registered Google account after you receive the approval
44
+
1. Visit the [Get a Gemini API key](https://aistudio.google.com/app/apikey) page
44
45
1. Click on **Create API key**
45
46
1. Select `google-hackathon-project` from the dropdown
46
47
1. Click **Create API key in existing project**
47
48
1. Store your API key securely
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
+
54
+
```bash
55
+
export GEMINI_API_KEY=<your-gemini-api-key>
56
+
```
57
+
58
+
Apply the configuration:
59
+
60
+
```bash
61
+
source~/.bashrc # or source ~/.zshrc, you can also restart the shell
0 commit comments