Spaces:
Runtime error
Runtime error
Commit
·
7bb7f20
1
Parent(s):
bd429c7
Fixed port.
Browse files
main/resources/local_config.yaml
CHANGED
@@ -6,7 +6,7 @@ server:
|
|
6 |
|
7 |
llm_server:
|
8 |
host: "0.0.0.0"
|
9 |
-
port:
|
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:
|