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

Небольшие доработки

This commit is contained in:
Anton Titovets
2025-05-01 23:21:55 +03:00
parent be1aab0b1f
commit eed56d61d6
82 changed files with 129 additions and 111 deletions

Binary file not shown.

View File

@@ -3,4 +3,4 @@
oint ollama CheckBlob \
--url "https://api.athenaeum.digital/ollama" \
--digest "yoyoyo" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama CheckBlob ^
--url "https://api.athenaeum.digital/ollama" ^
--digest "yoyoyo" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama CreateModel \
--url "https://api.athenaeum.digital/ollama" \
--model "mario" \
--settings "{'from':'tinyllama','system':'You are Mario from Super Mario Bros.'}" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama CreateModel ^
--url "https://api.athenaeum.digital/ollama" ^
--model "mario" ^
--settings "{'from':'tinyllama','system':'You are Mario from Super Mario Bros.'}" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama GetContextResponse \
--url "https://api.athenaeum.digital/ollama" \
--model "tinyllama" \
--msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is an Enterprise Resource Planning (ERP) software system developed by Cognizant. It is designed to help businesses manage their finances, operations, and customer relationships in a unified platform. The main features of 1C:Enterprise include:\n\n1. Financial Management: Provides real-time financial insights to enable decision-making based on historical trends and forecasts.\n\n2. Operations Management: Automates business processes and optimizes operational efficiency with a comprehensive suite of tools.\n\n3. Customer Relationship Management (CRM): Enables customers to interact with the company seamlessly by providing personalized information, support, and service.\n\n4. Human Resource Management (HRM): Helps businesses manage employee data, onboarding, training, performance management, and HR policies efficiently.\n\n5. Supply Chain Management: Simplifies procurement processes with automated workflows, real-time reporting, and supplier selection tools.\n\n6. Business Intelligence (BI): Provides insights into business data to make informed decisions, and streamlines BI reporting through a centralized dashboard.\n\n7. Integration: Integrates 1C:Enterprise with other systems such as ERPs, CRMs, and HRMS, to facilitate data exchange and collaboration among different departments.\n\n8. Cloud-based: Provides access via the cloud, making it easy to use from anywhere with an internet connection.'},{'role':'user','content':'When the first version was released?'}]" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama GetContextResponse ^
--url "https://api.athenaeum.digital/ollama" ^
--model "tinyllama" ^
--msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is an Enterprise Resource Planning (ERP) software system developed by Cognizant. It is designed to help businesses manage their finances, operations, and customer relationships in a unified platform. The main features of 1C:Enterprise include:\n\n1. Financial Management: Provides real-time financial insights to enable decision-making based on historical trends and forecasts.\n\n2. Operations Management: Automates business processes and optimizes operational efficiency with a comprehensive suite of tools.\n\n3. Customer Relationship Management (CRM): Enables customers to interact with the company seamlessly by providing personalized information, support, and service.\n\n4. Human Resource Management (HRM): Helps businesses manage employee data, onboarding, training, performance management, and HR policies efficiently.\n\n5. Supply Chain Management: Simplifies procurement processes with automated workflows, real-time reporting, and supplier selection tools.\n\n6. Business Intelligence (BI): Provides insights into business data to make informed decisions, and streamlines BI reporting through a centralized dashboard.\n\n7. Integration: Integrates 1C:Enterprise with other systems such as ERPs, CRMs, and HRMS, to facilitate data exchange and collaboration among different departments.\n\n8. Cloud-based: Provides access via the cloud, making it easy to use from anywhere with an internet connection.'},{'role':'user','content':'When the first version was released?'}]" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama GetEmbeddings \
--url "https://api.athenaeum.digital/ollama" \
--model "tinyllama" \
--input "['Why is the sky blue?','Why is the grass green?']" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama GetEmbeddings ^
--url "https://api.athenaeum.digital/ollama" ^
--model "tinyllama" ^
--input "['Why is the sky blue?','Why is the grass green?']" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama GetResponse \
--url "https://api.athenaeum.digital/ollama" \
--model "mario" \
--prompt "How are you?" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama GetResponse ^
--url "https://api.athenaeum.digital/ollama" ^
--model "mario" ^
--prompt "How are you?" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -2,4 +2,4 @@
oint ollama GetVersion \
--url "https://api.athenaeum.digital/ollama" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -2,4 +2,4 @@
oint ollama GetVersion ^
--url "https://api.athenaeum.digital/ollama" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama LoadModelToMemory \
--url "https://api.athenaeum.digital/ollama" \
--model "tinyllama" \
--keep 500 \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama LoadModelToMemory ^
--url "https://api.athenaeum.digital/ollama" ^
--model "tinyllama" ^
--keep 500 ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama PullModel \
--url "https://api.athenaeum.digital/ollama" \
--model "bayselonarrend/tinyllama:latest" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama PullModel ^
--url "https://api.athenaeum.digital/ollama" ^
--model "bayselonarrend/tinyllama:latest" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama PushBlob \
--url "https://api.athenaeum.digital/ollama" \
--data "C:\Users\Administrator\AppData\Local\Temp\4p03xhfr0z4.tmp" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama PushBlob ^
--url "https://api.athenaeum.digital/ollama" ^
--data "C:\Users\Administrator\AppData\Local\Temp\4p03xhfr0z4.tmp" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama UnloadModelFromMemory \
--url "https://api.athenaeum.digital/ollama" \
--model "tinyllama" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama UnloadModelFromMemory ^
--url "https://api.athenaeum.digital/ollama" ^
--model "tinyllama" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -56,7 +56,7 @@ Method at API documentation: [Create a Model](https://github.com/ollama/ollama/b
--url "https://api.athenaeum.digital/ollama" \
--model "mario" \
--settings "{'from':'tinyllama','system':'You are Mario from Super Mario Bros.'}" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -68,7 +68,7 @@ Method at API documentation: [Create a Model](https://github.com/ollama/ollama/b
--url "https://api.athenaeum.digital/ollama" ^
--model "mario" ^
--settings "{'from':'tinyllama','system':'You are Mario from Super Mario Bros.'}" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -55,7 +55,7 @@ Method at API documentation: [Load a model](https://github.com/ollama/ollama/blo
--url "https://api.athenaeum.digital/ollama" \
--model "tinyllama" \
--keep 500 \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -67,7 +67,7 @@ Method at API documentation: [Load a model](https://github.com/ollama/ollama/blo
--url "https://api.athenaeum.digital/ollama" ^
--model "tinyllama" ^
--keep 500 ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -53,7 +53,7 @@ Method at API documentation: [Pull a Model](https://github.com/ollama/ollama/blo
oint ollama PullModel \
--url "https://api.athenaeum.digital/ollama" \
--model "bayselonarrend/tinyllama:latest" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -64,7 +64,7 @@ Method at API documentation: [Pull a Model](https://github.com/ollama/ollama/blo
oint ollama PullModel ^
--url "https://api.athenaeum.digital/ollama" ^
--model "bayselonarrend/tinyllama:latest" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -52,7 +52,7 @@ Method at API documentation: [Unload a model](https://github.com/ollama/ollama/b
oint ollama UnloadModelFromMemory \
--url "https://api.athenaeum.digital/ollama" \
--model "tinyllama" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -63,7 +63,7 @@ Method at API documentation: [Unload a model](https://github.com/ollama/ollama/b
oint ollama UnloadModelFromMemory ^
--url "https://api.athenaeum.digital/ollama" ^
--model "tinyllama" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -72,7 +72,7 @@ Method at API documentation: [Generate a chat completion](https://github.com/oll
--url "https://api.athenaeum.digital/ollama" \
--model "tinyllama" \
--msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is an Enterprise Resource Planning (ERP) software system developed by Cognizant. It is designed to help businesses manage their finances, operations, and customer relationships in a unified platform. The main features of 1C:Enterprise include:\n\n1. Financial Management: Provides real-time financial insights to enable decision-making based on historical trends and forecasts.\n\n2. Operations Management: Automates business processes and optimizes operational efficiency with a comprehensive suite of tools.\n\n3. Customer Relationship Management (CRM): Enables customers to interact with the company seamlessly by providing personalized information, support, and service.\n\n4. Human Resource Management (HRM): Helps businesses manage employee data, onboarding, training, performance management, and HR policies efficiently.\n\n5. Supply Chain Management: Simplifies procurement processes with automated workflows, real-time reporting, and supplier selection tools.\n\n6. Business Intelligence (BI): Provides insights into business data to make informed decisions, and streamlines BI reporting through a centralized dashboard.\n\n7. Integration: Integrates 1C:Enterprise with other systems such as ERPs, CRMs, and HRMS, to facilitate data exchange and collaboration among different departments.\n\n8. Cloud-based: Provides access via the cloud, making it easy to use from anywhere with an internet connection.'},{'role':'user','content':'When the first version was released?'}]" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -84,7 +84,7 @@ Method at API documentation: [Generate a chat completion](https://github.com/oll
--url "https://api.athenaeum.digital/ollama" ^
--model "tinyllama" ^
--msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is an Enterprise Resource Planning (ERP) software system developed by Cognizant. It is designed to help businesses manage their finances, operations, and customer relationships in a unified platform. The main features of 1C:Enterprise include:\n\n1. Financial Management: Provides real-time financial insights to enable decision-making based on historical trends and forecasts.\n\n2. Operations Management: Automates business processes and optimizes operational efficiency with a comprehensive suite of tools.\n\n3. Customer Relationship Management (CRM): Enables customers to interact with the company seamlessly by providing personalized information, support, and service.\n\n4. Human Resource Management (HRM): Helps businesses manage employee data, onboarding, training, performance management, and HR policies efficiently.\n\n5. Supply Chain Management: Simplifies procurement processes with automated workflows, real-time reporting, and supplier selection tools.\n\n6. Business Intelligence (BI): Provides insights into business data to make informed decisions, and streamlines BI reporting through a centralized dashboard.\n\n7. Integration: Integrates 1C:Enterprise with other systems such as ERPs, CRMs, and HRMS, to facilitate data exchange and collaboration among different departments.\n\n8. Cloud-based: Provides access via the cloud, making it easy to use from anywhere with an internet connection.'},{'role':'user','content':'When the first version was released?'}]" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -59,7 +59,7 @@ Method at API documentation: [Generate Embeddings](https://github.com/ollama/oll
--url "https://api.athenaeum.digital/ollama" \
--model "tinyllama" \
--input "['Why is the sky blue?','Why is the grass green?']" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -71,7 +71,7 @@ Method at API documentation: [Generate Embeddings](https://github.com/ollama/oll
--url "https://api.athenaeum.digital/ollama" ^
--model "tinyllama" ^
--input "['Why is the sky blue?','Why is the grass green?']" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -81,7 +81,7 @@ Method at API documentation: [Generate a completion](https://github.com/ollama/o
--url "https://api.athenaeum.digital/ollama" \
--model "mario" \
--prompt "How are you?" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -93,7 +93,7 @@ Method at API documentation: [Generate a completion](https://github.com/ollama/o
--url "https://api.athenaeum.digital/ollama" ^
--model "mario" ^
--prompt "How are you?" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -48,7 +48,7 @@ Method at API documentation: [Version](https://github.com/ollama/ollama/blob/mai
oint ollama GetVersion \
--url "https://api.athenaeum.digital/ollama" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -58,7 +58,7 @@ Method at API documentation: [Version](https://github.com/ollama/ollama/blob/mai
oint ollama GetVersion ^
--url "https://api.athenaeum.digital/ollama" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -51,7 +51,7 @@ Method at API documentation: [Check if a Blob Exist](https://github.com/ollama/o
oint ollama CheckBlob \
--url "https://api.athenaeum.digital/ollama" \
--digest "yoyoyo" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -62,7 +62,7 @@ Method at API documentation: [Check if a Blob Exist](https://github.com/ollama/o
oint ollama CheckBlob ^
--url "https://api.athenaeum.digital/ollama" ^
--digest "yoyoyo" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

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://api.athenaeum.digital/ollama" \
--data "C:\Users\Administrator\AppData\Local\Temp\4p03xhfr0z4.tmp" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -65,7 +65,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
oint ollama PushBlob ^
--url "https://api.athenaeum.digital/ollama" ^
--data "C:\Users\Administrator\AppData\Local\Temp\4p03xhfr0z4.tmp" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -3,4 +3,4 @@
oint ollama ВыгрузитьМодельИзПамяти \
--url "https://api.athenaeum.digital/ollama" \
--model "tinyllama" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama ВыгрузитьМодельИзПамяти ^
--url "https://api.athenaeum.digital/ollama" ^
--model "tinyllama" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama ЗагрузитьМодельВПамять \
--url "https://api.athenaeum.digital/ollama" \
--model "tinyllama" \
--keep 500 \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama ЗагрузитьМодельВПамять ^
--url "https://api.athenaeum.digital/ollama" ^
--model "tinyllama" ^
--keep 500 ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama КопироватьМодель \
--url "https://api.athenaeum.digital/ollama" \
--model "mario" \
--name "mario2" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama КопироватьМодель ^
--url "https://api.athenaeum.digital/ollama" ^
--model "mario" ^
--name "mario2" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama ОтправитьBlob \
--url "https://api.athenaeum.digital/ollama" \
--data "C:\Users\Administrator\AppData\Local\Temp\yv31ht15ylw.tmp" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama ОтправитьBlob ^
--url "https://api.athenaeum.digital/ollama" ^
--data "C:\Users\Administrator\AppData\Local\Temp\yv31ht15ylw.tmp" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama ОтправитьМодель \
--url "https://api.athenaeum.digital/ollama" \
--model "bayselonarrend/tinyllama:latest" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama ОтправитьМодель ^
--url "https://api.athenaeum.digital/ollama" ^
--model "bayselonarrend/tinyllama:latest" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -2,4 +2,4 @@
oint ollama ПолучитьВерсию \
--url "https://api.athenaeum.digital/ollama" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -2,4 +2,4 @@
oint ollama ПолучитьВерсию ^
--url "https://api.athenaeum.digital/ollama" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama ПолучитьИнформациюОМодели \
--url "https://api.athenaeum.digital/ollama" \
--model "mario" \
--verbose false \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama ПолучитьИнформациюОМодели ^
--url "https://api.athenaeum.digital/ollama" ^
--model "mario" ^
--verbose false ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama ПолучитьОтвет \
--url "https://api.athenaeum.digital/ollama" \
--model "mario" \
--prompt "How are you?" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama ПолучитьОтвет ^
--url "https://api.athenaeum.digital/ollama" ^
--model "mario" ^
--prompt "How are you?" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama ПолучитьОтветВКонтексте \
--url "https://api.athenaeum.digital/ollama" \
--model "tinyllama" \
--msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a software suite designed for small and medium-sized businesses (SMBs) in the European Union (EU) and other countries with similar regulations. It is developed by one of the leading Danish software providers, 1C. The software suite includes accounting, inventory management, production planning, order processing, payroll, customer relationship management (CRM), and project management features. It\u0027s available in both desktop and web versions and can be deployed on any hardware platform.'},{'role':'user','content':'When the first version was released?'}]" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama ПолучитьОтветВКонтексте ^
--url "https://api.athenaeum.digital/ollama" ^
--model "tinyllama" ^
--msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a software suite designed for small and medium-sized businesses (SMBs) in the European Union (EU) and other countries with similar regulations. It is developed by one of the leading Danish software providers, 1C. The software suite includes accounting, inventory management, production planning, order processing, payroll, customer relationship management (CRM), and project management features. It\u0027s available in both desktop and web versions and can be deployed on any hardware platform.'},{'role':'user','content':'When the first version was released?'}]" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama ПолучитьПредставления \
--url "https://api.athenaeum.digital/ollama" \
--model "tinyllama" \
--input "['Why is the sky blue?','Why is the grass green?']" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama ПолучитьПредставления ^
--url "https://api.athenaeum.digital/ollama" ^
--model "tinyllama" ^
--input "['Why is the sky blue?','Why is the grass green?']" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -2,4 +2,4 @@
oint ollama ПолучитьСписокЗапущенныхМоделей \
--url "https://api.athenaeum.digital/ollama" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -2,4 +2,4 @@
oint ollama ПолучитьСписокЗапущенныхМоделей ^
--url "https://api.athenaeum.digital/ollama" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -2,4 +2,4 @@
oint ollama ПолучитьСписокМоделей \
--url "https://api.athenaeum.digital/ollama" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -2,4 +2,4 @@
oint ollama ПолучитьСписокМоделей ^
--url "https://api.athenaeum.digital/ollama" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama ПроверитьBlob \
--url "https://api.athenaeum.digital/ollama" \
--digest "yoyoyo" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama ПроверитьBlob ^
--url "https://api.athenaeum.digital/ollama" ^
--digest "yoyoyo" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama СкачатьМодель \
--url "https://api.athenaeum.digital/ollama" \
--model "bayselonarrend/tinyllama:latest" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama СкачатьМодель ^
--url "https://api.athenaeum.digital/ollama" ^
--model "bayselonarrend/tinyllama:latest" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama СоздатьМодель \
--url "https://api.athenaeum.digital/ollama" \
--model "mario" \
--settings "{'from':'tinyllama','system':'You are Mario from Super Mario Bros.'}" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -4,4 +4,4 @@ oint ollama СоздатьМодель ^
--url "https://api.athenaeum.digital/ollama" ^
--model "mario" ^
--settings "{'from':'tinyllama','system':'You are Mario from Super Mario Bros.'}" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama УдалитьМодель \
--url "https://api.athenaeum.digital/ollama" \
--model "bayselonarrend/tinyllama:latest" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -3,4 +3,4 @@
oint ollama УдалитьМодель ^
--url "https://api.athenaeum.digital/ollama" ^
--model "bayselonarrend/tinyllama:latest" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"

View File

@@ -55,7 +55,7 @@ import TabItem from '@theme/TabItem';
--url "https://api.athenaeum.digital/ollama" \
--model "mario" \
--name "mario2" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -67,7 +67,7 @@ import TabItem from '@theme/TabItem';
--url "https://api.athenaeum.digital/ollama" ^
--model "mario" ^
--name "mario2" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -56,7 +56,7 @@ import TabItem from '@theme/TabItem';
--url "https://api.athenaeum.digital/ollama" \
--model "mario" \
--settings "{'from':'tinyllama','system':'You are Mario from Super Mario Bros.'}" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -68,7 +68,7 @@ import TabItem from '@theme/TabItem';
--url "https://api.athenaeum.digital/ollama" ^
--model "mario" ^
--settings "{'from':'tinyllama','system':'You are Mario from Super Mario Bros.'}" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -52,7 +52,7 @@ import TabItem from '@theme/TabItem';
oint ollama УдалитьМодель \
--url "https://api.athenaeum.digital/ollama" \
--model "bayselonarrend/tinyllama:latest" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -63,7 +63,7 @@ import TabItem from '@theme/TabItem';
oint ollama УдалитьМодель ^
--url "https://api.athenaeum.digital/ollama" ^
--model "bayselonarrend/tinyllama:latest" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -54,7 +54,7 @@ import TabItem from '@theme/TabItem';
--url "https://api.athenaeum.digital/ollama" \
--model "mario" \
--verbose false \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -66,7 +66,7 @@ import TabItem from '@theme/TabItem';
--url "https://api.athenaeum.digital/ollama" ^
--model "mario" ^
--verbose false ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -48,7 +48,7 @@ import TabItem from '@theme/TabItem';
oint ollama ПолучитьСписокМоделей \
--url "https://api.athenaeum.digital/ollama" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -58,7 +58,7 @@ import TabItem from '@theme/TabItem';
oint ollama ПолучитьСписокМоделей ^
--url "https://api.athenaeum.digital/ollama" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -48,7 +48,7 @@ import TabItem from '@theme/TabItem';
oint ollama ПолучитьСписокЗапущенныхМоделей \
--url "https://api.athenaeum.digital/ollama" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -58,7 +58,7 @@ import TabItem from '@theme/TabItem';
oint ollama ПолучитьСписокЗапущенныхМоделей ^
--url "https://api.athenaeum.digital/ollama" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -55,7 +55,7 @@ import TabItem from '@theme/TabItem';
--url "https://api.athenaeum.digital/ollama" \
--model "tinyllama" \
--keep 500 \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -67,7 +67,7 @@ import TabItem from '@theme/TabItem';
--url "https://api.athenaeum.digital/ollama" ^
--model "tinyllama" ^
--keep 500 ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -53,7 +53,7 @@ import TabItem from '@theme/TabItem';
oint ollama СкачатьМодель \
--url "https://api.athenaeum.digital/ollama" \
--model "bayselonarrend/tinyllama:latest" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -64,7 +64,7 @@ import TabItem from '@theme/TabItem';
oint ollama СкачатьМодель ^
--url "https://api.athenaeum.digital/ollama" ^
--model "bayselonarrend/tinyllama:latest" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -55,7 +55,7 @@ import TabItem from '@theme/TabItem';
oint ollama ОтправитьМодель \
--url "https://api.athenaeum.digital/ollama" \
--model "bayselonarrend/tinyllama:latest" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -66,7 +66,7 @@ import TabItem from '@theme/TabItem';
oint ollama ОтправитьМодель ^
--url "https://api.athenaeum.digital/ollama" ^
--model "bayselonarrend/tinyllama:latest" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -52,7 +52,7 @@ import TabItem from '@theme/TabItem';
oint ollama ВыгрузитьМодельИзПамяти \
--url "https://api.athenaeum.digital/ollama" \
--model "tinyllama" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -63,7 +63,7 @@ import TabItem from '@theme/TabItem';
oint ollama ВыгрузитьМодельИзПамяти ^
--url "https://api.athenaeum.digital/ollama" ^
--model "tinyllama" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -72,7 +72,7 @@ import TabItem from '@theme/TabItem';
--url "https://api.athenaeum.digital/ollama" \
--model "tinyllama" \
--msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a software suite designed for small and medium-sized businesses (SMBs) in the European Union (EU) and other countries with similar regulations. It is developed by one of the leading Danish software providers, 1C. The software suite includes accounting, inventory management, production planning, order processing, payroll, customer relationship management (CRM), and project management features. It\u0027s available in both desktop and web versions and can be deployed on any hardware platform.'},{'role':'user','content':'When the first version was released?'}]" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -84,7 +84,7 @@ import TabItem from '@theme/TabItem';
--url "https://api.athenaeum.digital/ollama" ^
--model "tinyllama" ^
--msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a software suite designed for small and medium-sized businesses (SMBs) in the European Union (EU) and other countries with similar regulations. It is developed by one of the leading Danish software providers, 1C. The software suite includes accounting, inventory management, production planning, order processing, payroll, customer relationship management (CRM), and project management features. It\u0027s available in both desktop and web versions and can be deployed on any hardware platform.'},{'role':'user','content':'When the first version was released?'}]" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -59,7 +59,7 @@ import TabItem from '@theme/TabItem';
--url "https://api.athenaeum.digital/ollama" \
--model "tinyllama" \
--input "['Why is the sky blue?','Why is the grass green?']" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -71,7 +71,7 @@ import TabItem from '@theme/TabItem';
--url "https://api.athenaeum.digital/ollama" ^
--model "tinyllama" ^
--input "['Why is the sky blue?','Why is the grass green?']" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -81,7 +81,7 @@ import TabItem from '@theme/TabItem';
--url "https://api.athenaeum.digital/ollama" \
--model "mario" \
--prompt "How are you?" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -93,7 +93,7 @@ import TabItem from '@theme/TabItem';
--url "https://api.athenaeum.digital/ollama" ^
--model "mario" ^
--prompt "How are you?" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -48,7 +48,7 @@ import TabItem from '@theme/TabItem';
oint ollama ПолучитьВерсию \
--url "https://api.athenaeum.digital/ollama" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -58,7 +58,7 @@ import TabItem from '@theme/TabItem';
oint ollama ПолучитьВерсию ^
--url "https://api.athenaeum.digital/ollama" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -51,7 +51,7 @@ import TabItem from '@theme/TabItem';
oint ollama ПроверитьBlob \
--url "https://api.athenaeum.digital/ollama" \
--digest "yoyoyo" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -62,7 +62,7 @@ import TabItem from '@theme/TabItem';
oint ollama ПроверитьBlob ^
--url "https://api.athenaeum.digital/ollama" ^
--digest "yoyoyo" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -54,7 +54,7 @@ import TabItem from '@theme/TabItem';
oint ollama ОтправитьBlob \
--url "https://api.athenaeum.digital/ollama" \
--data "C:\Users\Administrator\AppData\Local\Temp\yv31ht15ylw.tmp" \
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
@@ -65,7 +65,7 @@ import TabItem from '@theme/TabItem';
oint ollama ОтправитьBlob ^
--url "https://api.athenaeum.digital/ollama" ^
--data "C:\Users\Administrator\AppData\Local\Temp\yv31ht15ylw.tmp" ^
--headers "{'Authorization':'Bearer 10KO-82RJ'}"
--headers "{'Authorization':'Bearer ***'}"
```
</TabItem>
</Tabs>

View File

@@ -9460,5 +9460,7 @@
"Работа с Twitter подразумевает работу с двумя API - v1 (1.1) и v2, которые, при этом, не относятся к разным видам действий, но просто являются версиями друг друга. Несмотря на то, что Twitter настаивает на использовании v2, вышло так, что некоторые механизмы (в частности механизм загрузки файлов) в ней так и не появилися. Поэтому, даже для создания обычного твита с картинкой необходима работа с обеими версиями API, а, как следствие, двойной набор авторизационных данны. Этот набор описан в функции": "Working with Twitter involves using two APIs - v1 (1.1) and v2, which are not separate types of actions but simply different versions of the API. Despite Twitter's preference for v2, it turned out that some mechanisms (such as the file upload mechanism) did not appear in it. Therefore, even for creating a regular tweet with an image, you need to work with both API versions, resulting in a double set of authentication data. This set is described in the function",
"Не рекомендуется использовать методы служебных модулей в других местах вашей конфигурации (если вы собираетесь обновляться до новых версий в дальнейшем). Для сохранения обратной совместимости, количество/назначение параметров и типы возвращаемых значений для методов работы с API не изменяются, но это не применимо к служебным модулям, которые могут изменяться как угодно для оптимизации и дополнения под новые нужды. Если вам необходим функционал из служебных модулей, рекомендуется скопировать его себе отдельно": "It is not recommended to use the methods of utility modules in other parts of your configuration (if you plan to update to new versions in the future). To maintain backward compatibility, the number/purpose of parameters and the return types for API interaction methods do not change, but this does not apply to utility modules, which can be modified in any way for optimization and adaptation to new requirements. If you need functionality from the utility modules, it is recommended to copy it separately",
"Ввести домееное имя и URL обработчика перенаправлений. Тут нужно отметить, что данный механизм создания приложений - новый. Еще недавно приложения VK создавались иначе и иметь redirect_url для них было не нужно. На данный момент не совсем понятно, зачем он нужен нам для серверного приложения - просто такого понятия как серверное приложение у VK теперь нет. Теоретически, туда можно вписать что угодно - для работы с библиотекой в получении обратных данных нет необходимости. Однако, с течением времени, это может измениться": "Enter the domain name and the URL of the redirect handler. It's worth noting that this mechanism for creating VK applications is new. Until recently, VK applications were created differently, and having a redirect URL was unnecessary. At the moment, it's not entirely clear why it's needed for our server application - VK no longer distinguishes server applications as such. Theoretically, you can enter anything there - there is no need for receiving callback data to work with the library. However, this may change over time",
"Перечень необходимых данных в виде структуры содержится в функции *ПолучитьСтандартныеПараметры()*. Вы можете указывать значения параметров прямо в ней или же передавать их структурой при вызове любых других методов библиотеки в качестве необязательного параметра *Параметры* (последний во всех методах билиотеки). В последнем случае стандартные параметры будут перезаписаны по ключам теми, которые переданы при вызове метода. Перезаписаны будут только совпадающие по ключам данные. Если какой то параметр есть в наборе стандартных, но не был передан при вызове метода, то он сохранит стандартное значение": "The list of necessary data in the form of a structure is contained in the function *GetStandardParameters()*. You can specify parameter values directly within it or pass them as a structure when calling any other library methods as an optional parameter *Parameters* (the last one in all library methods). In the latter case, the standard parameters will be overwritten by the ones passed during the method call. Only the data with matching keys will be overwritten. If a parameter exists in the standard set but was not passed during the method call, it will retain its default value"
"Перечень необходимых данных в виде структуры содержится в функции *ПолучитьСтандартныеПараметры()*. Вы можете указывать значения параметров прямо в ней или же передавать их структурой при вызове любых других методов библиотеки в качестве необязательного параметра *Параметры* (последний во всех методах билиотеки). В последнем случае стандартные параметры будут перезаписаны по ключам теми, которые переданы при вызове метода. Перезаписаны будут только совпадающие по ключам данные. Если какой то параметр есть в наборе стандартных, но не был передан при вызове метода, то он сохранит стандартное значение": "The list of necessary data in the form of a structure is contained in the function *GetStandardParameters()*. You can specify parameter values directly within it or pass them as a structure when calling any other library methods as an optional parameter *Parameters* (the last one in all library methods). In the latter case, the standard parameters will be overwritten by the ones passed during the method call. Only the data with matching keys will be overwritten. If a parameter exists in the standard set but was not passed during the method call, it will retain its default value",
"ВариантыОтвета": "AnswerOptions",
"ОбработатьСекретыOllama": "ProcessSecretsMySQLOllama"
}

View File

@@ -2753,6 +2753,10 @@
ОбработатьСекретыMySQL(Опция, Значение);
ИначеЕсли Библиотека = "ollama" Тогда
ОбработатьСекретыOllama(Опция, Значение);
Иначе
Возврат;
КонецЕсли;
@@ -2803,4 +2807,16 @@
КонецПроцедуры
Процедура ОбработатьСекретыOllama(Знач Опция, Значение)
Если Опция = "headers" Тогда
Значение = Новый Структура("Authorization", "***");
Иначе
Возврат;
КонецЕсли;
КонецПроцедуры
#КонецОбласти

View File

@@ -22338,10 +22338,10 @@
IDЧата = ПараметрыФункции["GreenAPI_TestGroupID"];
Текст = "Какой ваш любимый цвет?";
Варианты = Новый Массив;
Варианты.Добавить("Красный");
Варианты.Добавить("Желтый");
Варианты.Добавить("Зеленый");
ВариантыОтвета = Новый Массив;
ВариантыОтвета.Добавить("Красный");
ВариантыОтвета.Добавить("Желтый");
ВариантыОтвета.Добавить("Зеленый");
Опции = Новый Структура;
Опции.Вставить("api" , ApiUrl);
@@ -22355,7 +22355,7 @@
Опции.Вставить("access" , ПараметрыДоступа);
Опции.Вставить("chat" , IDЧата);
Опции.Вставить("text" , Текст);
Опции.Вставить("options", Варианты);
Опции.Вставить("options", ВариантыОтвета);
Результат = OPI_ПолучениеДанныхТестов.ВыполнитьТестCLI("greenapi", "ОтправитьОпрос", Опции);
@@ -22370,7 +22370,7 @@
Опции.Вставить("access" , ПараметрыДоступа);
Опции.Вставить("chat" , IDЧата);
Опции.Вставить("text" , Текст);
Опции.Вставить("options", Варианты);
Опции.Вставить("options", ВариантыОтвета);
Опции.Вставить("multi" , Истина);
Опции.Вставить("quoted" , IDСообщения);