nsarrazin HF staff commited on
Commit
97aa76a
1 Parent(s): 1e32534

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,11 +1,13 @@
1
- # Agents.JS
2
 
3
- ## Proof of concept
 
4
 
 
5
  To run it, make sure you have both a [huggingface token](https://huggingface.co/settings/tokens) and an [OpenAI API key](https://platform.openai.com/account/api-keys), and then run:
6
 
7
  ```bash
8
  npm run dev
9
  ```
10
 
11
- ![image](https://github.com/nsarrazin/poc-agents.js/assets/25119303/9d400fbe-fe09-493f-94fc-08ae32260b9d)
 
1
+ # Agents.JS - Proof of concept
2
 
3
+ ### Demo on a space
4
+ https://nsarrazin-poc-agents-js.hf.space
5
 
6
+ ### Run locally
7
  To run it, make sure you have both a [huggingface token](https://huggingface.co/settings/tokens) and an [OpenAI API key](https://platform.openai.com/account/api-keys), and then run:
8
 
9
  ```bash
10
  npm run dev
11
  ```
12
 
13
+ ![image](https://github.com/nsarrazin/poc-agents.js/assets/25119303/26adb5c9-5a27-46b5-9a42-b19a4c5d82bb)