Husnain
commited on
Commit
•
790a50d
1
Parent(s):
96b62d7
💎 [Feature] New auth_api_key, and catch Exception and response
Browse files
configs/secrets_template.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"http_proxy": "http://127.0.0.1:11111",
|
3 |
+
"HF_LLM_API_KEY": "********"
|
4 |
+
}
|