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

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-10-21 21:43:05 +03:00
parent 8f5694a5d3
commit cdef2d02ab
1692 changed files with 118757 additions and 12073 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 = "927310db9b933150ef3466184c36310e57f2497838a181a2d37d7c3a4789d63d";
SHA256 = "203b229fb43fef8bb1dc28ea3447209fdd66915dddccf8f8dd8d9042805b5dbc";
AdditionalHeaders = New Map;
AdditionalHeaders.Insert("Authorization", StrTemplate("Bearer %1", Token));