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,5 +2,5 @@ oint openai CreateTranscription \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--model "whisper-1" \
|
||||
--audio "C:\Users\bayse\AppData\Local\Temp\nnzmvrjp2bv.wav" \
|
||||
--audio "C:\Users\bayse\AppData\Local\Temp\qkdypfocry3.wav" \
|
||||
--type "audio/wav"
|
||||
@@ -2,5 +2,5 @@ oint openai CreateTranscription ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--model "whisper-1" ^
|
||||
--audio "C:\Users\bayse\AppData\Local\Temp\nnzmvrjp2bv.wav" ^
|
||||
--audio "C:\Users\bayse\AppData\Local\Temp\qkdypfocry3.wav" ^
|
||||
--type "audio/wav"
|
||||
4
docs/en/cli/openai/DeleteAssistant/bash.txt
vendored
4
docs/en/cli/openai/DeleteAssistant/bash.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint openai DeleteAssistant \
|
||||
--url "https://api.athenaeum.digital:1122/" \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--id "asst_3"
|
||||
--id "asst_37"
|
||||
4
docs/en/cli/openai/DeleteAssistant/bat.txt
vendored
4
docs/en/cli/openai/DeleteAssistant/bat.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint openai DeleteAssistant ^
|
||||
--url "https://api.athenaeum.digital:1122/" ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--id "asst_3"
|
||||
--id "asst_37"
|
||||
4
docs/en/cli/openai/DeleteFile/bash.txt
vendored
4
docs/en/cli/openai/DeleteFile/bash.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint openai DeleteFile \
|
||||
--url "https://api.athenaeum.digital:1122/" \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--id "file-4"
|
||||
--id "file-38"
|
||||
4
docs/en/cli/openai/DeleteFile/bat.txt
vendored
4
docs/en/cli/openai/DeleteFile/bat.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint openai DeleteFile ^
|
||||
--url "https://api.athenaeum.digital:1122/" ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--id "file-4"
|
||||
--id "file-38"
|
||||
4
docs/en/cli/openai/DownloadFile/bash.txt
vendored
4
docs/en/cli/openai/DownloadFile/bash.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint openai DownloadFile \
|
||||
--url "https://api.athenaeum.digital:1122/" \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--id "file-4"
|
||||
--id "file-38"
|
||||
4
docs/en/cli/openai/DownloadFile/bat.txt
vendored
4
docs/en/cli/openai/DownloadFile/bat.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint openai DownloadFile ^
|
||||
--url "https://api.athenaeum.digital:1122/" ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--id "file-4"
|
||||
--id "file-38"
|
||||
@@ -1,7 +1,7 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint openai GetAssistantsList \
|
||||
--url "https://api.athenaeum.digital:1122/" \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--limit 2 \
|
||||
--options "{'after':'asst_2','order':'desc'}"
|
||||
2
docs/en/cli/openai/GetAssistantsList/bat.txt
vendored
2
docs/en/cli/openai/GetAssistantsList/bat.txt
vendored
@@ -1,7 +1,7 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint openai GetAssistantsList ^
|
||||
--url "https://api.athenaeum.digital:1122/" ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--limit 2 ^
|
||||
--options "{'after':'asst_2','order':'desc'}"
|
||||
2
docs/en/cli/openai/GetEmbeddings/bash.txt
vendored
2
docs/en/cli/openai/GetEmbeddings/bash.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint openai GetEmbeddings \
|
||||
--url "https://api.athenaeum.digital:1122/" \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--model "text-embedding-ada-002" \
|
||||
--input "What is 1C:Enterprise?"
|
||||
2
docs/en/cli/openai/GetEmbeddings/bat.txt
vendored
2
docs/en/cli/openai/GetEmbeddings/bat.txt
vendored
@@ -1,5 +1,5 @@
|
||||
oint openai GetEmbeddings ^
|
||||
--url "https://api.athenaeum.digital:1122/" ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--model "text-embedding-ada-002" ^
|
||||
--input "What is 1C:Enterprise?"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint openai GetFileInformation \
|
||||
--url "https://api.athenaeum.digital:1122/" \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--id "file-4"
|
||||
--id "file-38"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint openai GetFileInformation ^
|
||||
--url "https://api.athenaeum.digital:1122/" ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--id "file-4"
|
||||
--id "file-38"
|
||||
2
docs/en/cli/openai/GetFilesList/bash.txt
vendored
2
docs/en/cli/openai/GetFilesList/bash.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint openai GetFilesList \
|
||||
--url "https://api.athenaeum.digital:1122/" \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***"
|
||||
2
docs/en/cli/openai/GetFilesList/bat.txt
vendored
2
docs/en/cli/openai/GetFilesList/bat.txt
vendored
@@ -1,3 +1,3 @@
|
||||
oint openai GetFilesList ^
|
||||
--url "https://api.athenaeum.digital:1122/" ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint openai GetImageMessageStructure \
|
||||
--role "user" \
|
||||
--file "file-2" \
|
||||
--file "file-34" \
|
||||
--prompt "What is in this image?"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint openai GetImageMessageStructure ^
|
||||
--role "user" ^
|
||||
--file "file-2" ^
|
||||
--file "file-34" ^
|
||||
--prompt "What is in this image?"
|
||||
@@ -1,4 +1,4 @@
|
||||
oint openai RetrieveAssistant \
|
||||
--url "https://api.athenaeum.digital:1122/" \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--id "asst_3"
|
||||
--id "asst_37"
|
||||
4
docs/en/cli/openai/RetrieveAssistant/bat.txt
vendored
4
docs/en/cli/openai/RetrieveAssistant/bat.txt
vendored
@@ -1,4 +1,4 @@
|
||||
oint openai RetrieveAssistant ^
|
||||
--url "https://api.athenaeum.digital:1122/" ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--id "asst_3"
|
||||
--id "asst_37"
|
||||
2
docs/en/cli/openai/UploadFile/bash.txt
vendored
2
docs/en/cli/openai/UploadFile/bash.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint openai UploadFile \
|
||||
--url "https://hut.openintegrations.dev/localai/" \
|
||||
--token "***" \
|
||||
--name "83e97e8d-df65-4581-afb6-e578a928b5c0.png" \
|
||||
--name "6895aeff-efc1-4607-80ea-384e6676aaad.png" \
|
||||
--data "https://hut.openintegrations.dev/test_data/picture.jpg" \
|
||||
--purpose "assistants"
|
||||
2
docs/en/cli/openai/UploadFile/bat.txt
vendored
2
docs/en/cli/openai/UploadFile/bat.txt
vendored
@@ -1,6 +1,6 @@
|
||||
oint openai UploadFile ^
|
||||
--url "https://hut.openintegrations.dev/localai/" ^
|
||||
--token "***" ^
|
||||
--name "83e97e8d-df65-4581-afb6-e578a928b5c0.png" ^
|
||||
--name "6895aeff-efc1-4607-80ea-384e6676aaad.png" ^
|
||||
--data "https://hut.openintegrations.dev/test_data/picture.jpg" ^
|
||||
--purpose "assistants"
|
||||
Reference in New Issue
Block a user