Hansimov commited on
Commit
6ac5452
1 Parent(s): 8f9b2a4

:boom: [Fix] hf endpoint requests blocked for not adding /api

Browse files
Files changed (1) hide show
  1. configs/endpoints.json +1 -1
configs/endpoints.json CHANGED
@@ -1,6 +1,6 @@
1
  [
2
  {
3
- "endpoint": "https://hansimov-hf-llm-api.hf.space",
4
  "api_key": "sk-xxxxx",
5
  "api_type": "openai",
6
  "need_protect": true
 
1
  [
2
  {
3
+ "endpoint": "https://hansimov-hf-llm-api.hf.space/api",
4
  "api_key": "sk-xxxxx",
5
  "api_type": "openai",
6
  "need_protect": true