AurelioAguirre commited on
Commit
10074f9
·
1 Parent(s): f71fa9b

changed to uvicorn setup for HF v6

Browse files
Files changed (1) hide show
  1. main/config.yaml +1 -1
main/config.yaml CHANGED
@@ -5,7 +5,7 @@ server:
5
  max_batch_size: 1
6
 
7
  llm_server:
8
- base_url: "http://0.0.0.0:8001" #"https://teamgenki-llmserver.hf.space:7860"
9
  timeout: 60.0
10
  api_prefix: "/api/v1" # This will be used for route prefixing
11
  endpoints:
 
5
  max_batch_size: 1
6
 
7
  llm_server:
8
+ base_url: "https://teamgenki-llmserver.hf.space:7860"
9
  timeout: 60.0
10
  api_prefix: "/api/v1" # This will be used for route prefixing
11
  endpoints: