You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
2.2 KiB
77 lines
2.2 KiB
.gitignore
|
|
.openapi-generator-ignore
|
|
.php-cs-fixer.dist.php
|
|
.travis.yml
|
|
README.md
|
|
README.md
|
|
composer.json
|
|
composer.json
|
|
docs/Api/AiApi.md
|
|
docs/Api/AiApi.md
|
|
docs/Model/ChatParam.md
|
|
docs/Model/ChatParam.md
|
|
docs/Model/ChatResult.md
|
|
docs/Model/ChatResult.md
|
|
docs/Model/ExtractTextParam.md
|
|
docs/Model/ExtractTextParam.md
|
|
docs/Model/ExtractTextResult.md
|
|
docs/Model/ExtractTextResult.md
|
|
docs/Model/PictureInfo.md
|
|
docs/Model/PictureInfo.md
|
|
docs/Model/ResponseOpenAPIChatResult.md
|
|
docs/Model/ResponseOpenAPIChatResult.md
|
|
docs/Model/ResponseOpenAPIExtractTextResult.md
|
|
docs/Model/ResponseOpenAPIExtractTextResult.md
|
|
docs/Model/ResponseOpenAPITokensCountResult.md
|
|
docs/Model/ResponseOpenAPITokensCountResult.md
|
|
docs/Model/SpeechResult.md
|
|
docs/Model/SpeechResult.md
|
|
docs/Model/StreamModule.md
|
|
docs/Model/StreamModule.md
|
|
docs/Model/SynthesizerParam.md
|
|
docs/Model/SynthesizerParam.md
|
|
docs/Model/TokenCountParam.md
|
|
docs/Model/TokenCountParam.md
|
|
docs/Model/TokensCountResult.md
|
|
docs/Model/TokensCountResult.md
|
|
git_push.sh
|
|
lib/ApiClient.php
|
|
lib/ApiException.php
|
|
lib/Api/AiApi.php
|
|
lib/Api/AiApi.php
|
|
lib/Configuration.php
|
|
lib/Configuration.php
|
|
lib/HeaderSelector.php
|
|
lib/Model/ChatParam.php
|
|
lib/Model/ChatResult.php
|
|
lib/Model/ExtractTextParam.php
|
|
lib/Model/ExtractTextResult.php
|
|
lib/Model/ModelInterface.php
|
|
lib/Model/PictureInfo.php
|
|
lib/Model/ResponseOpenAPIChatResult.php
|
|
lib/Model/ResponseOpenAPIExtractTextResult.php
|
|
lib/Model/ResponseOpenAPITokensCountResult.php
|
|
lib/Model/SpeechResult.php
|
|
lib/Model/StreamModule.php
|
|
lib/Model/SynthesizerParam.php
|
|
lib/Model/TokenCountParam.php
|
|
lib/Model/TokensCountResult.php
|
|
lib/NotifyHandler.php
|
|
lib/ObjectSerializer.php
|
|
lib/StreamApiClient.php
|
|
lib/StreamResponseHandler.php
|
|
phpunit.xml.dist
|
|
test/Api/AiApiTest.php
|
|
test/Model/ChatParamTest.php
|
|
test/Model/ChatResultTest.php
|
|
test/Model/ExtractTextParamTest.php
|
|
test/Model/ExtractTextResultTest.php
|
|
test/Model/PictureInfoTest.php
|
|
test/Model/ResponseOpenAPIChatResultTest.php
|
|
test/Model/ResponseOpenAPIExtractTextResultTest.php
|
|
test/Model/ResponseOpenAPITokensCountResultTest.php
|
|
test/Model/SpeechResultTest.php
|
|
test/Model/StreamModuleTest.php
|
|
test/Model/SynthesizerParamTest.php
|
|
test/Model/TokenCountParamTest.php
|
|
test/Model/TokensCountResultTest.php
|
|
|