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-07-30 09:26:24 +03:00
parent bf1e52cd32
commit a4a78ecebd
408 changed files with 49162 additions and 8858 deletions

View File

@@ -1,7 +1,7 @@
 Address = "45.79.112.203:4242";
Connection = OPI_TCP.CreateConnection(Address);
Message = "Hello server!" + Chars.LF;
Data = ПолучитьДвоичныеДанныеИзСтроки(Message);
Data = GetBinaryDataFromString(Message);
OPI_TCP.SendBinaryData(Connection, Data);

View File

@@ -1,7 +1,7 @@
 Address = "45.79.112.203:4242";
Connection = OPI_TCP.CreateConnection(Address);
Message = "Hello server!" + Chars.LF;
Data = ПолучитьДвоичныеДанныеИзСтроки(Message);
Data = GetBinaryDataFromString(Message);
Result = OPI_TCP.SendBinaryData(Connection, Data);
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

View File

@@ -26,7 +26,7 @@ import TabItem from '@theme/TabItem';
<br/>
:::tip
Method at API documentation: [Check if a Blob Exist](https://github.com/ollama/ollama/blob/main/docs/api.md#check-if-a-blob-exists)
Method at API documentation: [Check if a Blob Exists](https://github.com/ollama/ollama/blob/main/docs/api.md#check-if-a-blob-exists)
:::
<br/>

View File

@@ -45,7 +45,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
Address = "45.79.112.203:4242";
Connection = OPI_TCP.CreateConnection(Address);
Message = "Hello server!" + Chars.LF;
Data = ПолучитьДвоичныеДанныеИзСтроки(Message);
Data = GetBinaryDataFromString(Message);
OPI_TCP.SendBinaryData(Connection, Data);

View File

@@ -40,7 +40,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
Address = "45.79.112.203:4242";
Connection = OPI_TCP.CreateConnection(Address);
Message = "Hello server!" + Chars.LF;
Data = ПолучитьДвоичныеДанныеИзСтроки(Message);
Data = GetBinaryDataFromString(Message);
Result = OPI_TCP.SendBinaryData(Connection, Data);
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^