jostlebot commited on
Commit
43470e6
·
1 Parent(s): e31ad13

Pin Python 3.11 to fix audioop compatibility

Browse files
Files changed (1) hide show
  1. README.md +2 -20
README.md CHANGED
@@ -8,6 +8,7 @@ sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
11
  ---
12
 
13
  # ARI Tool Builder
@@ -45,26 +46,7 @@ Assistive Relational Intelligence (ARI) tools are designed to:
45
 
46
  ## Setup
47
 
48
- ### Environment Variables
49
-
50
- Set one of these API keys:
51
-
52
- ```bash
53
- export ANTHROPIC_API_KEY="your-key" # For Claude
54
- export OPENAI_API_KEY="your-key" # For GPT-4
55
- export HF_TOKEN="your-token" # For HuggingFace models
56
- ```
57
-
58
- ### Local Development
59
-
60
- ```bash
61
- pip install -r requirements.txt
62
- python app.py
63
- ```
64
-
65
- ### HuggingFace Spaces
66
-
67
- Add your API key as a secret in Space settings.
68
 
69
  ## Framework
70
 
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
+ python_version: "3.11"
12
  ---
13
 
14
  # ARI Tool Builder
 
46
 
47
  ## Setup
48
 
49
+ Add your `ANTHROPIC_API_KEY` as a secret in Space settings.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  ## Framework
52