Minecraft3193092 commited on
Commit
844444c
·
verified ·
1 Parent(s): cf50d4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -8,7 +8,6 @@ MODEL = "gpt-4o"
8
  API_URL = os.getenv("API_URL")
9
  DISABLED = os.getenv("DISABLED") == 'True'
10
  print (API_URL)
11
- NUM_THREADS = int(os.getenv("NUM_THREADS"))
12
 
13
  print (NUM_THREADS)
14
 
 
8
  API_URL = os.getenv("API_URL")
9
  DISABLED = os.getenv("DISABLED") == 'True'
10
  print (API_URL)
 
11
 
12
  print (NUM_THREADS)
13