Husnain
commited on
Commit
•
9e05ae6
1
Parent(s):
9886193
📝 [Config] Release v1.1
Browse files- configs/config.json +6 -0
configs/config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"app_name": "HuggingFace LLM API",
|
3 |
+
"version": "1.1",
|
4 |
+
"host": "0.0.0.0",
|
5 |
+
"port": 23333
|
6 |
+
}
|