Spaces:
Runtime error
Runtime error
Update main/config.yaml
Browse files- main/config.yaml +2 -2
main/config.yaml
CHANGED
@@ -5,8 +5,8 @@ server:
|
|
5 |
max_batch_size: 1
|
6 |
|
7 |
llm_server:
|
8 |
-
host: "
|
9 |
-
port:
|
10 |
timeout: 60.0
|
11 |
api_prefix: "/api/v1" # This will be used for route prefixing
|
12 |
endpoints:
|
|
|
5 |
max_batch_size: 1
|
6 |
|
7 |
llm_server:
|
8 |
+
host: "teamgenki-llmserver.hf.space"
|
9 |
+
port: 7680 # Will be ignored for hf.space URLs
|
10 |
timeout: 60.0
|
11 |
api_prefix: "/api/v1" # This will be used for route prefixing
|
12 |
endpoints:
|