1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-23 22:05:15 +02:00

Начало доков OpenAI

This commit is contained in:
Anton Titovets
2025-06-08 11:39:00 +03:00
parent 9223a42843
commit fd0ac04114
6 changed files with 425 additions and 409 deletions

View File

@@ -166,7 +166,7 @@ li > a.menu__link {
.Social a::before, .Database a::before, .Folder a::before, .Calendar a::before, .CRM a::before, .Commerce a::before,
.VKTeams a::before, .S3 a::before, .TCP a::before, .Ozon a::before, .Neocities a::before, .CDEK a::before, .Start a::before,
.Other a::before, .SQLite a::before, .PostgreSQL a::before, .GreenAPI a::before, .RCON a::before, .MySQL a::before, .AI a:before,
.Ollama a::before, .Exchange a::before, HTTP a::before, .Addons a::before, .Melezh a::before, .CL a::before, .WebUI a::before,
.Ollama a::before, .Exchange a::before, .HTTP a::before, .OpenAI a::before, .Addons a::before, .Melezh a::before, .CL a::before, .WebUI a::before,
.Info a::before {
padding-right: 0.7rem;
padding-top: 0.4rem;
@@ -274,7 +274,11 @@ li > a.menu__link {
.Ollama > div > a::before{
content: url(../../static/img/APIs/small/ollama.png);
content: url(../../static/img/APIs/small/Ollama.png);
}
.OpenAI > div > a::before{
content: url(../../static/img/APIs/small/OpenAI.png);
}
.Messenger > div > a::before{

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

11
docs/ru/md/Instructions/OpenAI.md vendored Normal file
View File

@@ -0,0 +1,11 @@
---
id: OpenAI
sidebar_class_name: OpenAI
keywords: [1C, 1С, 1С:Предприятие, 1С:Предприятие 8.3, API, Интеграция, Сервисы, Обмен, OneScript, CLI, OpenAI]
---
<img src={require('../../static/img/APIs/OpenAI.png').default} width='64px' />
# OpenAI/LocalAI
Этот раздел посвящен библиотеке для работы с OpenAI в 1С:Предприятие, OneScript и CLI. На данной странице описаны все действия, необходимые для полноценного начала работы

View File

@@ -85,6 +85,7 @@ const sidebars = {
className: 'AI',
items: [
{ type: 'category', link: { type: 'doc', id: 'Instructions/Ollama' }, label: 'Ollama', className: 'Ollama', items: [{ type: 'autogenerated', dirName: 'Ollama' }] },
{ type: 'category', link: { type: 'doc', id: 'Instructions/OpenAI' }, label: 'OpenAI', className: 'OpenAI', items: [{ type: 'autogenerated', dirName: 'OpenAI' }] },
],
},
{

BIN
media/OpenAI.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB