1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-05-21 10:35:46 +03:00
parent 6dd460bdf7
commit 60ddd5e71e
394 changed files with 9416 additions and 8932 deletions

View File

@@ -73,8 +73,8 @@ Method at API documentation: [Generate a chat completion](https://github.com/oll
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 ***'}"
--msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a comprehensive accounting software developed and sold by HRH Software, an Austrian software company headquartered in Graz. It has been in use since the early 1980s, and currently serves millions of users worldwide. The software offers various modules such as accounts receivable, accounts payable, inventory management, order entry, project accounting, general ledger, and financial reporting. It also includes customizable solutions for businesses\u0027 specific needs, such as sales tax compliance, procurement, and expense tracking. 1C:Enterprise is known for its user-friendliness, accuracy, efficiency, and scalability.'},{'role':'user','content':'When the first version was released?'}]" \
--headers "{'Authorization':'***'}"
```
</TabItem>
@@ -85,8 +85,8 @@ Method at API documentation: [Generate a chat completion](https://github.com/oll
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 ***'}"
--msgs "[{'role':'user','content':'What is 1C:Enterprise?'},{'role':'assistant','content':'1C:Enterprise is a comprehensive accounting software developed and sold by HRH Software, an Austrian software company headquartered in Graz. It has been in use since the early 1980s, and currently serves millions of users worldwide. The software offers various modules such as accounts receivable, accounts payable, inventory management, order entry, project accounting, general ledger, and financial reporting. It also includes customizable solutions for businesses\u0027 specific needs, such as sales tax compliance, procurement, and expense tracking. 1C:Enterprise is known for its user-friendliness, accuracy, efficiency, and scalability.'},{'role':'user','content':'When the first version was released?'}]" ^
--headers "{'Authorization':'***'}"
```
</TabItem>
</Tabs>

View File

@@ -61,7 +61,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 ***'}"
--headers "{'Authorization':'***'}"
```
</TabItem>
@@ -73,7 +73,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 ***'}"
--headers "{'Authorization':'***'}"
```
</TabItem>
</Tabs>

View File

@@ -83,7 +83,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 ***'}"
--headers "{'Authorization':'***'}"
```
</TabItem>
@@ -95,7 +95,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 ***'}"
--headers "{'Authorization':'***'}"
```
</TabItem>
</Tabs>

View File

@@ -50,7 +50,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 ***'}"
--headers "{'Authorization':'***'}"
```
</TabItem>
@@ -60,7 +60,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 ***'}"
--headers "{'Authorization':'***'}"
```
</TabItem>
</Tabs>