Zhuoxuan-Zhang commited on
Commit
d16338f
·
verified ·
1 Parent(s): 697471b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
- # base_url = "https://llm4socialisolation-fd4082d0a518.herokuapp.com"
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