1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-24 19:49:22 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-04-14 23:44:32 +03:00
parent 7cb2591ada
commit 1fb79f7d88
26 changed files with 7813 additions and 7153 deletions

View File

@@ -61,4 +61,8 @@ import TabItem from '@theme/TabItem';
</Tabs>
```json title="Результат"
{
"stateInstance": "authorized"
}
```

View File

@@ -61,4 +61,8 @@ import TabItem from '@theme/TabItem';
</Tabs>
```json title="Результат"
{
"isReboot": true
}
```

View File

@@ -69,4 +69,8 @@ import TabItem from '@theme/TabItem';
</Tabs>
```json title="Результат"
{
"saveSettings": true
}
```

View File

@@ -68,4 +68,10 @@ import TabItem from '@theme/TabItem';
</Tabs>
```json title="Результат"
{
"reason": null,
"urlAvatar": "https://pps.whatsapp.net/v/t61.24694-24/491834331_1630846200899149_8555435199384331340_n.jpg?ccb=11-4&oh=01_Q5Aa1QEntIGkVEo-k_QjGLyuwQDU9lDgGuUu8KQq2fCK4ALHBQ&oe=680A6D4E&_nc_sid=5e03e0&_nc_cat=102",
"setProfilePicture": true
}
```

View File

@@ -47,4 +47,8 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"status_code": 200
}
```

View File

@@ -48,4 +48,8 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"status": "success"
}
```

View File

@@ -45,4 +45,8 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"status_code": 200
}
```

View File

@@ -46,4 +46,156 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"modelfile": "# Modelfile generated by \"ollama show\"\n# To build a new Modelfile based on this, replace FROM with:\n# FROM mario:latest\n\nFROM C:\\Users\\Administrator\\.ollama\\models\\blobs\\sha256-2af3b81862c6be03c769683af18efdadb2c33f60ff32ab6f83e42c043d6c7816\nTEMPLATE \"<|system|>\n{{ .System }}</s>\n<|user|>\n{{ .Prompt }}</s>\n<|assistant|>\n\"\nSYSTEM You are Mario from Super Mario Bros.\nPARAMETER stop <|system|>\nPARAMETER stop <|user|>\nPARAMETER stop <|assistant|>\nPARAMETER stop </s>\n",
"parameters": "stop \"<|system|>\"\nstop \"<|user|>\"\nstop \"<|assistant|>\"\nstop \"</s>\"",
"template": "<|system|>\n{{ .System }}</s>\n<|user|>\n{{ .Prompt }}</s>\n<|assistant|>\n",
"system": "You are Mario from Super Mario Bros.",
"details": {
"parent_model": "tinyllama:latest",
"format": "gguf",
"family": "llama",
"families": [
"llama"
],
"parameter_size": "1.1B",
"quantization_level": "Q4_0"
},
"model_info": {
"general.architecture": "llama",
"general.file_type": 2,
"general.parameter_count": 1100048384,
"general.quantization_version": 2,
"llama.attention.head_count": 32,
"llama.attention.head_count_kv": 4,
"llama.attention.layer_norm_rms_epsilon": 0.00001,
"llama.block_count": 22,
"llama.context_length": 2048,
"llama.embedding_length": 2048,
"llama.feed_forward_length": 5632,
"llama.rope.dimension_count": 64,
"llama.rope.freq_base": 10000,
"tokenizer.ggml.bos_token_id": 1,
"tokenizer.ggml.eos_token_id": 2,
"tokenizer.ggml.merges": null,
"tokenizer.ggml.model": "llama",
"tokenizer.ggml.padding_token_id": 2,
"tokenizer.ggml.scores": null,
"tokenizer.ggml.token_type": null,
"tokenizer.ggml.tokens": null,
"tokenizer.ggml.unknown_token_id": 0
},
"tensors": [
{
"name": "output.weight",
"type": "Q4_K_S",
"shape": [
2048,
32000
]
},
{
"name": "token_embd.weight",
"type": "Q4_0",
"shape": [
2048,
32000
]
},
{
"name": "blk.0.attn_norm.weight",
"type": "F32",
"shape": [
2048
]
},
{
"name": "blk.0.ffn_down.weight",
"type": "Q4_0",
"shape": [
5632,
2048
]
},
{
"name": "blk.0.ffn_gate.weight",
"type": "Q4_0",
"shape": [
2048,
5632
]
},
{
"name": "blk.0.ffn_up.weight",
"type": "Q4_0",
"shape": [
2048,
5632
]
},
{
"name": "blk.0.ffn_norm.weight",
"type": "F32",
"shape": [
2048
]
},
{
"name": "blk.0.attn_k.weight",
"type": "Q4_0",
"shape": [
2048,
256
]
},
{
"name": "blk.0.attn_output.weight",
"type": "Q4_0",
"shape": [
2048,
2048
]
},
{
"name": "blk.0.attn_q.weight",
"type": "Q4_0",
"shape": [
2048,
2048
]
},
{
"name": "blk.0.attn_v.weight",
"type": "Q4_0",
"shape": [
2048,
256
]
},
{
"name": "blk.1.attn_norm.weight",
"type": "F32",
"shape": [
2048
]
},
{
"name": "blk.1.ffn_down.weight",
"type": "Q4_0",
"shape": [
5632,
2048
]
},
{
"name": "blk.1.ffn_gate.weight",
"type": "Q4_0",
"shape": [
2048,
5632
]
},
{
...
```

View File

@@ -42,4 +42,60 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"models": [
{
"name": "mario:latest",
"model": "mario:latest",
"modified_at": "2025-04-14T23:19:10.368513+03:00",
"size": 637700145,
"digest": "83472d32997e219d78e3e480763e7b72beca170aaa02f3f2e2dbf613c248dee4",
"details": {
"parent_model": "",
"format": "gguf",
"family": "llama",
"families": [
"llama"
],
"parameter_size": "1.1B",
"quantization_level": "Q4_0"
}
},
{
"name": "bayselonarrend/tinyllama:latest",
"model": "bayselonarrend/tinyllama:latest",
"modified_at": "2025-04-14T23:19:10.2595114+03:00",
"size": 637700138,
"digest": "2644915ede352ea7bdfaff0bfac0be74c719d5d5202acb63a6fb095b52f394a4",
"details": {
"parent_model": "",
"format": "gguf",
"family": "llama",
"families": [
"llama"
],
"parameter_size": "1B",
"quantization_level": "Q4_0"
}
},
{
"name": "tinyllama:latest",
"model": "tinyllama:latest",
"modified_at": "2025-04-14T23:19:09.5846461+03:00",
"size": 637700138,
"digest": "2644915ede352ea7bdfaff0bfac0be74c719d5d5202acb63a6fb095b52f394a4",
"details": {
"parent_model": "",
"format": "gguf",
"family": "llama",
"families": [
"llama"
],
"parameter_size": "1B",
"quantization_level": "Q4_0"
}
}
]
}
```

View File

@@ -31,4 +31,16 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"from": "<имя существующей модели, из которой будет создана новая>",
"files": "<список имен файлов или SHA256 блобов, из которых будет создана модель>",
"adapters": "<список имен файлов или SHA256 блобов для LORA адаптеров>",
"template": "<шаблон промптов новой модели>",
"license": "<строка или список строк текста лицензий для модели>",
"system": "<строка с системным промптом для модели>",
"parameters": "<список параметров модели>",
"messages": "<список объектов сообщений контекста>",
"quantize": "<квантовать неквантованную (например, float16) модель>"
}
```

View File

@@ -42,4 +42,27 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"models": [
{
"name": "mario:latest",
"model": "mario:latest",
"size": 1387280384,
"digest": "83472d32997e219d78e3e480763e7b72beca170aaa02f3f2e2dbf613c248dee4",
"details": {
"parent_model": "",
"format": "gguf",
"family": "llama",
"families": [
"llama"
],
"parameter_size": "1.1B",
"quantization_level": "Q4_0"
},
"expires_at": "2025-04-14T23:24:44.0323363+03:00",
"size_vram": 0
}
]
}
```

View File

@@ -47,4 +47,12 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"model": "tinyllama",
"created_at": "2025-04-14T20:19:10.2875111Z",
"response": "",
"done": true,
"done_reason": "load"
}
```

View File

@@ -46,4 +46,8 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"status": "success"
}
```

View File

@@ -48,4 +48,8 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"status": "success"
}
```

View File

@@ -45,4 +45,12 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"model": "tinyllama",
"created_at": "2025-04-14T20:19:10.3275138Z",
"response": "",
"done": true,
"done_reason": "unload"
}
```

View File

@@ -34,4 +34,9 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"role": "user",
"content": "Hello!"
}
```

View File

@@ -31,4 +31,11 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"format": "<формат, в котором возвращается ответ: json или схема JSON>",
"options": "<дополнительные параметры модели, перечисленные в документации к Modelfile>",
"keep_alive": "<как долго модель будет оставаться загруженной в память после запроса>",
"tools": "<список инструментов в формате JSON (для моделей, которые это поддерживают)>"
}
```

View File

@@ -64,4 +64,21 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"model": "tinyllama",
"created_at": "2025-04-14T20:16:54.5071968Z",
"message": {
"role": "assistant",
"content": "The first version of 1C:Enterprise was released in 2001. However, the latest version (version 21) was released in 2021. The company has continued to make minor updates and upgrades to the software over time, including bug fixes and improvements."
},
"done_reason": "stop",
"done": true,
"total_duration": 21319004300,
"load_duration": 16999000,
"prompt_eval_count": 172,
"prompt_eval_duration": 11457001500,
"eval_count": 64,
"eval_duration": 9843003800
}
```

View File

@@ -31,4 +31,10 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"options": "<дополнительные параметры модели, перечисленные в документации к Modelfile>",
"keep_alive": "<как долго модель будет оставаться загруженной в память после запроса>",
"truncate": "<обрезает конец каждого ответа, чтобы уложиться в длину контекста. Возвращает ошибку, если false и длина превышена>"
}
```

View File

@@ -51,4 +51,156 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"model": "tinyllama",
"embeddings": [
[
-0.00044430292,
0.025364451,
-0.01982562,
-0.01386767,
-0.007092864,
-0.00503173,
0.01651015,
-0.028159814,
0.015309966,
0.013927799,
0.009948988,
-0.01869834,
-0.02563637,
-0.022916118,
0.033947412,
0.03941754,
0.02642755,
-0.010713595,
-0.0076262536,
0.018318623,
0.030285759,
0.002330778,
-0.018220112,
0.011386592,
0.000666717,
-0.008044991,
0.043651845,
0.05132412,
0.003812024,
-0.0136625115,
-0.015328717,
-0.027654702,
0.001977373,
-0.0122701805,
0.011486682,
0.053245112,
0.05337978,
-0.0006950077,
-0.01195663,
0.01159945,
0.013282272,
0.004622383,
0.040185854,
0.0054333764,
-0.019031523,
-0.022164648,
-0.02582063,
-0.014741235,
-0.013980079,
0.01294476,
0.031466667,
-0.03512586,
-0.014624453,
-0.009558237,
-0.0068604904,
-0.007057802,
0.012021439,
-0.0006198152,
0.019291516,
0.03393301,
-0.027182134,
-0.036371164,
-0.012455482,
0.02411247,
0.011506146,
0.017271796,
0.0059685884,
-0.035789035,
0.0015824656,
0.018839229,
-0.04484443,
0.010405249,
0.0181315,
-0.029923748,
0.017660325,
0.02027916,
-0.011880048,
0.005352395,
0.029090125,
-0.01706375,
0.0149785215,
0.014900051,
0.03415813,
0.009630137,
0.007297612,
-0.014927609,
-0.024197245,
0.021678656,
0.0068406337,
0.011193635,
-0.050415695,
0.008101151,
0.01351943,
0.004162063,
-0.008875305,
-0.017664887,
-0.009920957,
0.014776082,
0.013460335,
-0.004077699,
0.016902719,
0.0051475936,
-0.0084040845,
0.009280715,
-0.018571058,
0.0012752402,
-0.01596135,
-0.0016916095,
0.018394733,
0.019883,
0.027734987,
0.03631366,
0.039260034,
-0.016021095,
0.011052684,
0.011507018,
-0.0076753194,
0.01993369,
0.0071385438,
-0.02870273,
-0.02153879,
0.0009840115,
-0.010758189,
0.015692476,
-0.029970534,
0.01930829,
-0.0018783837,
-0.0010985625,
0.0052133594,
-0.006007234,
-0.010127605,
-0.019594474,
0.026688702,
0.015195338,
-0.0041626943,
-0.02570787,
0.021987861,
0.0084545165,
-0.015682045,
-0.009067063,
0.034213036,
0.010508461,
-0.0003027637,
-0.051668152,
-0.009586356,
-0.0067230226,
...
```

View File

@@ -31,4 +31,15 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"format": "<формат, в котором возвращается ответ: json или схема JSON>",
"options": "<дополнительные параметры модели, перечисленные в документации к Modelfile>",
"system": "<системное сообщение (переопределяет то, что определено в Modelfile)>",
"template": "<шаблон промпта (переопределяет то, что определено в Modelfile)>",
"raw": "<истина > откюлчить форматирование промпта>",
"keep_alive": "<как долго модель будет оставаться загруженной в память после запроса>",
"suffix": "<текст после ответа модели>",
"images": "<список картинок в формате Base64 (для многомодальных моделей, вроде llava)>"
}
```

View File

@@ -73,4 +73,156 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"model": "tinyllama",
"created_at": "2025-04-14T20:16:12.5276519Z",
"response": "1C:Enterprise is a full-featured business management software developed by 1C Company, which provides solutions for small and medium-sized businesses (SMBs). It offers various features such as accounting, inventory management, sales, supply chain, human resources, payroll, financials, and more. 1C:Enterprise includes a wide range of modules and options to meet the needs of different businesses, making it an attractive choice for enterprises seeking a comprehensive ERP solution.",
"done": true,
"done_reason": "stop",
"context": [
529,
29989,
5205,
29989,
29958,
13,
3492,
526,
263,
8444,
319,
29902,
20255,
29889,
2,
29871,
13,
29966,
29989,
1792,
29989,
29958,
13,
5618,
338,
29871,
29896,
29907,
29901,
10399,
7734,
29973,
2,
29871,
13,
29966,
29989,
465,
22137,
29989,
29958,
13,
29896,
29907,
29901,
10399,
7734,
338,
263,
2989,
29899,
14394,
29881,
5381,
10643,
7047,
8906,
491,
29871,
29896,
29907,
6938,
29892,
607,
8128,
6851,
363,
2319,
322,
18350,
29899,
2311,
29881,
5381,
267,
313,
17061,
29933,
29879,
467,
739,
16688,
5164,
5680,
1316,
408,
3633,
292,
29892,
11817,
706,
10643,
29892,
16538,
29892,
11421,
9704,
29892,
5199,
7788,
29892,
5146,
1245,
29892,
18161,
29879,
29892,
322,
901,
29889,
29871,
29896,
29907,
29901,
10399,
7734,
7805,
263,
9377,
3464,
310,
10585,
322,
3987,
304,
5870,
278,
4225,
310,
1422,
5381,
267,
29892,
3907,
372,
385,
13978,
573,
7348,
363,
3896,
7734,
29879,
...
```

View File

@@ -42,4 +42,8 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"version": "0.6.5"
}
```

View File

@@ -44,4 +44,8 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"status_code": 200
}
```

View File

@@ -47,4 +47,9 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"status_code": 201,
"digest": "3b9693e5af456b847c78d7783a4a10a07165e90aaa06409f837b2b953b3ae35a"
}
```

File diff suppressed because it is too large Load Diff