You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-27 22:18:36 +02:00
Test data update (Jenkins)
This commit is contained in:
2
docs/ru/cli/openai/ЗагрузитьФайл/bash.txt
vendored
2
docs/ru/cli/openai/ЗагрузитьФайл/bash.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint openai ЗагрузитьФайл \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--name "54420de4-fbcf-4a40-a3dd-2976254c8435.png" \
|
||||
--name "787dd1a4-f4a3-4e49-bfad-1e2970f8b753.png" \
|
||||
--data "https://hut.openintegrations.dev/test_data/picture.jpg" \
|
||||
--purpose "assistants"
|
||||
2
docs/ru/cli/openai/ЗагрузитьФайл/bat.txt
vendored
2
docs/ru/cli/openai/ЗагрузитьФайл/bat.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint openai ЗагрузитьФайл ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--name "54420de4-fbcf-4a40-a3dd-2976254c8435.png" ^
|
||||
--name "787dd1a4-f4a3-4e49-bfad-1e2970f8b753.png" ^
|
||||
--data "https://hut.openintegrations.dev/test_data/picture.jpg" ^
|
||||
--purpose "assistants"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint openai ПолучитьАссистента \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--id "asst_9"
|
||||
--id "asst_1"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint openai ПолучитьАссистента ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--id "asst_9"
|
||||
--id "asst_1"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint openai ПолучитьИнформациюОФайле \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--id "file-10"
|
||||
--id "file-2"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint openai ПолучитьИнформациюОФайле ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--id "file-10"
|
||||
--id "file-2"
|
||||
2
docs/ru/cli/openai/ПолучитьКартинки/bash.txt
vendored
2
docs/ru/cli/openai/ПолучитьКартинки/bash.txt
vendored
@@ -4,4 +4,4 @@ oint openai ПолучитьКартинки \
|
||||
--url "https://bothub.chat/api/v2/openai/" \
|
||||
--token "***" \
|
||||
--model "dall-e-3" \
|
||||
--descr "{'prompt':'Yellow alpaca','n':1,'size':'1024x1024'}"
|
||||
--descr "{'prompt':'Yellow alpaca','n':'1','size':'1024x1024'}"
|
||||
2
docs/ru/cli/openai/ПолучитьКартинки/bat.txt
vendored
2
docs/ru/cli/openai/ПолучитьКартинки/bat.txt
vendored
@@ -4,4 +4,4 @@ oint openai ПолучитьКартинки ^
|
||||
--url "https://bothub.chat/api/v2/openai/" ^
|
||||
--token "***" ^
|
||||
--model "dall-e-3" ^
|
||||
--descr "{'prompt':'Yellow alpaca','n':1,'size':'1024x1024'}"
|
||||
--descr "{'prompt':'Yellow alpaca','n':'1','size':'1024x1024'}"
|
||||
@@ -3,5 +3,5 @@
|
||||
oint openai ПолучитьСписокАссистентов \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--limit 2 \
|
||||
--limit "2" \
|
||||
--options "{'after':'asst_2','order':'desc'}"
|
||||
@@ -3,5 +3,5 @@
|
||||
oint openai ПолучитьСписокАссистентов ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--limit 2 ^
|
||||
--limit "2" ^
|
||||
--options "{'after':'asst_2','order':'desc'}"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint openai ПолучитьСтруктуруОписанияКартинок \
|
||||
--prompt "Yellow alpaca" \
|
||||
--amount 1 \
|
||||
--amount "1" \
|
||||
--size "1024x1024"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint openai ПолучитьСтруктуруОписанияКартинок ^
|
||||
--prompt "Yellow alpaca" ^
|
||||
--amount 1 ^
|
||||
--amount "1" ^
|
||||
--size "1024x1024"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint openai ПолучитьСтруктуруСообщенияКартинки \
|
||||
--role "user" \
|
||||
--file "file-8" \
|
||||
--file "file-10" \
|
||||
--prompt "What is in this image?"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint openai ПолучитьСтруктуруСообщенияКартинки ^
|
||||
--role "user" ^
|
||||
--file "file-8" ^
|
||||
--file "file-10" ^
|
||||
--prompt "What is in this image?"
|
||||
2
docs/ru/cli/openai/СкачатьФайл/bash.txt
vendored
2
docs/ru/cli/openai/СкачатьФайл/bash.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint openai СкачатьФайл \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--id "file-10"
|
||||
--id "file-2"
|
||||
2
docs/ru/cli/openai/СкачатьФайл/bat.txt
vendored
2
docs/ru/cli/openai/СкачатьФайл/bat.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint openai СкачатьФайл ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--id "file-10"
|
||||
--id "file-2"
|
||||
@@ -2,5 +2,5 @@ oint openai СоздатьТранскрипцию \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--model "whisper-1" \
|
||||
--audio "/tmp/1q4eah5o.nho.wav" \
|
||||
--audio "/tmp/202hklj5.1cl.wav" \
|
||||
--type "audio/wav"
|
||||
@@ -2,5 +2,5 @@ oint openai СоздатьТранскрипцию ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--model "whisper-1" ^
|
||||
--audio "/tmp/1q4eah5o.nho.wav" ^
|
||||
--audio "/tmp/202hklj5.1cl.wav" ^
|
||||
--type "audio/wav"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint openai УдалитьАссистента \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--id "asst_9"
|
||||
--id "asst_1"
|
||||
2
docs/ru/cli/openai/УдалитьАссистента/bat.txt
vendored
2
docs/ru/cli/openai/УдалитьАссистента/bat.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint openai УдалитьАссистента ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--id "asst_9"
|
||||
--id "asst_1"
|
||||
2
docs/ru/cli/openai/УдалитьФайл/bash.txt
vendored
2
docs/ru/cli/openai/УдалитьФайл/bash.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint openai УдалитьФайл \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--id "file-10"
|
||||
--id "file-2"
|
||||
2
docs/ru/cli/openai/УдалитьФайл/bat.txt
vendored
2
docs/ru/cli/openai/УдалитьФайл/bat.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint openai УдалитьФайл ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--id "file-10"
|
||||
--id "file-2"
|
||||
Reference in New Issue
Block a user