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.
101 lines
3.0 KiB
101 lines
3.0 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/ExtraContentParam.md
|
|
docs/Model/ExtraContentParam.md
|
|
docs/Model/ExtractContentResult.md
|
|
docs/Model/ExtractContentResult.md
|
|
docs/Model/PictureInfo.md
|
|
docs/Model/PictureInfo.md
|
|
docs/Model/ResponseOpenAPIChatResult.md
|
|
docs/Model/ResponseOpenAPIChatResult.md
|
|
docs/Model/ResponseOpenAPIExtractContentResult.md
|
|
docs/Model/ResponseOpenAPIExtractContentResult.md
|
|
docs/Model/ResponseOpenAPISpeakerListResult.md
|
|
docs/Model/ResponseOpenAPISpeakerListResult.md
|
|
docs/Model/ResponseOpenAPITokensCountResult.md
|
|
docs/Model/ResponseOpenAPITokensCountResult.md
|
|
docs/Model/ResponseOpenAPIVoiceCloneResult.md
|
|
docs/Model/ResponseOpenAPIVoiceCloneResult.md
|
|
docs/Model/Speaker.md
|
|
docs/Model/Speaker.md
|
|
docs/Model/SpeakerListResult.md
|
|
docs/Model/SpeakerListResult.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
|
|
docs/Model/VoiceCloneParam.md
|
|
docs/Model/VoiceCloneParam.md
|
|
docs/Model/VoiceCloneResult.md
|
|
docs/Model/VoiceCloneResult.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/ExtraContentParam.php
|
|
lib/Model/ExtractContentResult.php
|
|
lib/Model/ModelInterface.php
|
|
lib/Model/PictureInfo.php
|
|
lib/Model/ResponseOpenAPIChatResult.php
|
|
lib/Model/ResponseOpenAPIExtractContentResult.php
|
|
lib/Model/ResponseOpenAPISpeakerListResult.php
|
|
lib/Model/ResponseOpenAPITokensCountResult.php
|
|
lib/Model/ResponseOpenAPIVoiceCloneResult.php
|
|
lib/Model/Speaker.php
|
|
lib/Model/SpeakerListResult.php
|
|
lib/Model/SpeechResult.php
|
|
lib/Model/StreamModule.php
|
|
lib/Model/SynthesizerParam.php
|
|
lib/Model/TokenCountParam.php
|
|
lib/Model/TokensCountResult.php
|
|
lib/Model/VoiceCloneParam.php
|
|
lib/Model/VoiceCloneResult.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/ExtraContentParamTest.php
|
|
test/Model/ExtractContentResultTest.php
|
|
test/Model/PictureInfoTest.php
|
|
test/Model/ResponseOpenAPIChatResultTest.php
|
|
test/Model/ResponseOpenAPIExtractContentResultTest.php
|
|
test/Model/ResponseOpenAPISpeakerListResultTest.php
|
|
test/Model/ResponseOpenAPITokensCountResultTest.php
|
|
test/Model/ResponseOpenAPIVoiceCloneResultTest.php
|
|
test/Model/SpeakerListResultTest.php
|
|
test/Model/SpeakerTest.php
|
|
test/Model/SpeechResultTest.php
|
|
test/Model/StreamModuleTest.php
|
|
test/Model/SynthesizerParamTest.php
|
|
test/Model/TokenCountParamTest.php
|
|
test/Model/TokensCountResultTest.php
|
|
test/Model/VoiceCloneParamTest.php
|
|
test/Model/VoiceCloneResultTest.php
|
|
|