1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-01 22:29:52 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-10-31 15:42:42 +03:00
parent 2d91c33b01
commit 9be4b23629
1997 changed files with 21113 additions and 20351 deletions

View File

@@ -34,7 +34,7 @@ Method at API documentation: [Check if a Blob Exists](https://github.com/ollama/
```bsl title="1C:Enterprise/OneScript code example"
URL = "https://hut.openintegrations.dev/ollama";
Token = "12We34..."; // Authorization - not part API Ollama
SHA256 = "c583a59aaac7f05931b77fd3f27672f0d153ae34af5ce7a0ac99d39105b659b4";
SHA256 = "3afaebcd947c064304dd459ce66dc3d2dd98d54ff37015cc0663700c733b181c";
AdditionalHeaders = New Map;
AdditionalHeaders.Insert("Authorization", StrTemplate("Bearer %1", Token));

View File

@@ -54,7 +54,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
oint ollama PushBlob \
--url "https://hut.openintegrations.dev/ollama" \
--data "/tmp/s01gyfic.ygz" \
--data "C:\Users\bayse\AppData\Local\Temp\u1asplwj.1fo" \
--headers "{'Authorization':'***'}"
```
</TabItem>
@@ -65,7 +65,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
oint ollama PushBlob ^
--url "https://hut.openintegrations.dev/ollama" ^
--data "/tmp/s01gyfic.ygz" ^
--data "C:\Users\bayse\AppData\Local\Temp\u1asplwj.1fo" ^
--headers "{'Authorization':'***'}"
```
</TabItem>
@@ -75,6 +75,6 @@ Parameters with Binary data type can also accept file paths on disk and URLs
```json title="Result"
{
"status_code": 201,
"digest": "615342c8776504a2523cd3cc5b73ffb9a4b2bc13de59c237c49e1935b454a16c"
"digest": "988e7924f32c474bb0423055f90c893b0a9aa1e22ad0e6b639df3676b6af1555"
}
```