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

Trying VPN IP on host.

Browse files
Files changed (1) hide show
  1. main/resources/local_config.yaml +1 -1
main/resources/local_config.yaml CHANGED
@@ -5,7 +5,7 @@ server:
5
  max_batch_size: 1
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
 
5
  max_batch_size: 1
6
 
7
  llm_server:
8
+ host: "10.147.19.76"
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