You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-21 23:57:40 +02:00
9 lines
387 B
Plaintext
Vendored
9 lines
387 B
Plaintext
Vendored
URL = "https://hut.openintegrations.dev/ollama";
|
|
Token = "12We34..."; // Authorization - not part API Ollama
|
|
SHA256 = "6ef8190938007ac4883d5b329bf4f0db829ea8fb444bd681f619f92fd7ec4eef";
|
|
|
|
AdditionalHeaders = New Map;
|
|
AdditionalHeaders.Insert("Authorization", StrTemplate("Bearer %1", Token));
|
|
|
|
Result = OPI_Ollama.CheckBlob(URL, SHA256, AdditionalHeaders);
|