1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-21 23:57:40 +02:00
Files
OpenIntegrations/docs/en/examples/Ollama/CheckBlob.txt

9 lines
387 B
Plaintext
Raw Normal View History

2025-06-29 14:35:33 +03:00
 URL = "https://hut.openintegrations.dev/ollama";
Token = "12We34..."; // Authorization - not part API Ollama
2025-09-01 14:51:24 +03:00
SHA256 = "6ef8190938007ac4883d5b329bf4f0db829ea8fb444bd681f619f92fd7ec4eef";
2025-04-14 22:23:29 +03:00
AdditionalHeaders = New Map;
AdditionalHeaders.Insert("Authorization", StrTemplate("Bearer %1", Token));
Result = OPI_Ollama.CheckBlob(URL, SHA256, AdditionalHeaders);