Spaces:
Running
Running
Update pipeline.json
Browse files- pipeline.json +2 -2
pipeline.json
CHANGED
@@ -15,9 +15,9 @@
|
|
15 |
}
|
16 |
},
|
17 |
|
18 |
-
"
|
19 |
"type": "image-text-to-text",
|
20 |
-
"api_url": "https://api-inference.huggingface.co/models/
|
21 |
"headers": {
|
22 |
"Content-Type": "application/json",
|
23 |
"x-use-cache": "false",
|
|
|
15 |
}
|
16 |
},
|
17 |
|
18 |
+
"Llama-3.3-70B-Instruct": {
|
19 |
"type": "image-text-to-text",
|
20 |
+
"api_url": "https://api-inference.huggingface.co/models/meta-llama/Llama-3.3-70B-Instruct/v1/chat/completions",
|
21 |
"headers": {
|
22 |
"Content-Type": "application/json",
|
23 |
"x-use-cache": "false",
|