mukaist commited on
Commit
501f578
·
verified ·
1 Parent(s): 59db38e

Update pipeline.json

Browse files
Files changed (1) hide show
  1. pipeline.json +2 -2
pipeline.json CHANGED
@@ -15,9 +15,9 @@
15
  }
16
  },
17
 
18
- "phi-4": {
19
  "type": "image-text-to-text",
20
- "api_url": "https://api-inference.huggingface.co/models/microsoft/phi-4/v1/chat/completions",
21
  "headers": {
22
  "Content-Type": "application/json",
23
  "x-use-cache": "false",
 
15
  }
16
  },
17
 
18
+ "phi-4-gguf": {
19
  "type": "image-text-to-text",
20
+ "api_url": "https://api-inference.huggingface.co/models/microsoft/phi-4-gguf/v1/chat/completions",
21
  "headers": {
22
  "Content-Type": "application/json",
23
  "x-use-cache": "false",