gperdrizet commited on
Commit
c365bc1
·
verified ·
1 Parent(s): f38f2fb

Updated README

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -1,5 +1,7 @@
 
 
1
  ---
2
- title: First Agent Template
3
  emoji: ⚡
4
  colorFrom: pink
5
  colorTo: yellow
@@ -8,11 +10,27 @@ sdk_version: 5.23.1
8
  app_file: app.py
9
  pinned: false
10
  tags:
 
11
  - smolagents
12
  - agent
13
  - smolagent
14
  - tool
15
  - agent-course
 
16
  ---
17
 
18
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Unit one: Smolagents
2
+
3
  ---
4
+ title: First Agent
5
  emoji: ⚡
6
  colorFrom: pink
7
  colorTo: yellow
 
10
  app_file: app.py
11
  pinned: false
12
  tags:
13
+
14
  - smolagents
15
  - agent
16
  - smolagent
17
  - tool
18
  - agent-course
19
+
20
  ---
21
 
22
+ ## Running
23
+
24
+ ### 1. HuggingFace spaces
25
+
26
+ [Unit One: Smolagents](https://huggingface.co/spaces/gperdrizet/unit-one-smolagents)
27
+
28
+ Make your own copy of the space and add your HuggingFace token as `HF_TOKEN` via: settings → Secrets and variables → New secret.
29
+
30
+ Check out the configuration reference at [spaces-config-reference](https://huggingface.co/docs/hub/spaces-config-reference).
31
+
32
+ ### 2. GitHub codespace
33
+
34
+ [Unit One: Smolagents](https://github.com/gperdrizet/unit-one-smolagents/tree/main)
35
+
36
+ Fork a copy of the repository, then add you HuggingFace token as `HF_TOKEN` via: settings → Secrets and variables → Codespaces → New repository secret. Start a new codespace on main.