Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- chatgpt.py +2 -2
chatgpt.py
CHANGED
@@ -15,8 +15,8 @@ from interview_protocol import protocols as interview_protocols
|
|
15 |
|
16 |
model = whisper.load_model("base")
|
17 |
|
18 |
-
|
19 |
-
base_url = "http://localhost:8080"
|
20 |
|
21 |
timeout = 60
|
22 |
concurrency_count=10
|
|
|
15 |
|
16 |
model = whisper.load_model("base")
|
17 |
|
18 |
+
base_url = "https://llm4socialisolation-fd4082d0a518.herokuapp.com"
|
19 |
+
# base_url = "http://localhost:8080"
|
20 |
|
21 |
timeout = 60
|
22 |
concurrency_count=10
|