Reality123b commited on
Commit
fc354ab
·
verified ·
1 Parent(s): 77d520c

Update pipeline.json

Browse files
Files changed (1) hide show
  1. pipeline.json +1 -13
pipeline.json CHANGED
@@ -52,20 +52,8 @@
52
  "Authorization": "Bearer os.environ.get('auth')"
53
  }
54
  }
55
- },
56
-
57
- "Phi 3.5 Mini": {
58
- "type": "Text Generation",
59
- "api_url": "https://api-inference.huggingface.co/models/microsoft/Phi-3.5-mini-instruct/v1/chat/completions",
60
- "headers": {
61
- "Content-Type": "application/json",
62
- "x-use-cache": "false",
63
- "config": {
64
- "comment": "This section runs Python code. It retrieves the API key from your environment using 'os'. You can use this for Authorization headers or replace it with another type of headers, like 'ApiKey'.",
65
- "Authorization": "Bearer os.environ.get('auth')"
66
- }
67
- }
68
  }
 
69
  }
70
  },
71
  "handle_stream": true
 
52
  "Authorization": "Bearer os.environ.get('auth')"
53
  }
54
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  }
56
+
57
  }
58
  },
59
  "handle_stream": true