AurelioAguirre commited on
Commit
7bb7f20
·
1 Parent(s): bd429c7

Fixed port.

Browse files
Files changed (1) hide show
  1. main/resources/local_config.yaml +1 -1
main/resources/local_config.yaml CHANGED
@@ -6,7 +6,7 @@ server:
6
 
7
  llm_server:
8
  host: "0.0.0.0"
9
- port: 8002 # Will be ignored for hf.space URLs
10
  timeout: 60.0
11
  api_prefix: "/v1" # This will be used for route prefixing
12
  endpoints:
 
6
 
7
  llm_server:
8
  host: "0.0.0.0"
9
+ port: 8001 # Will be ignored for hf.space URLs
10
  timeout: 60.0
11
  api_prefix: "/v1" # This will be used for route prefixing
12
  endpoints: