You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
Начало доков OpenAI
This commit is contained in:
8
docs/docusaurus/src/css/custom.css
vendored
8
docs/docusaurus/src/css/custom.css
vendored
@@ -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{
|
||||
|
||||
BIN
docs/docusaurus/static/img/APIs/OpenAI.png
vendored
Normal file
BIN
docs/docusaurus/static/img/APIs/OpenAI.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.5 KiB |
BIN
docs/docusaurus/static/img/APIs/small/OpenAI.png
vendored
Normal file
BIN
docs/docusaurus/static/img/APIs/small/OpenAI.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
11
docs/ru/md/Instructions/OpenAI.md
vendored
Normal file
11
docs/ru/md/Instructions/OpenAI.md
vendored
Normal 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. На данной странице описаны все действия, необходимые для полноценного начала работы
|
||||
1
docs/ru/md/sidebars.js
vendored
1
docs/ru/md/sidebars.js
vendored
@@ -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
BIN
media/OpenAI.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
Reference in New Issue
Block a user