chatgpt开发包
这里我用的是orhanerday/open-ai composer 包安装
composer require orhanerday/open-ai简单调用实例
<?phprequire __DIR__ . /vendor/autoload.php; // remove this line if you use a PHP Framework.use Orhanerday\OpenAi\OpenAi;$open_ai_key geten…
20230411 将数组转成十六进制字符串
array [12, 34, 56, 78, 90]
hex_string .join([{:02x}.format(x) for x in array])
print(hex_string)20230409 变声
用python写一个变声器,要求导入mp4或者mp3文件,将视频中的声音变成女声
from pydub import…
To use ChatGPT with Siri on an iPhone or iPad, get an OpenAI API key and download the ChatGPT Siri shortcut. Enter your API key in the shortcut setup and select the GPT model you want to use, then hit “Add Shortcut.” Trigger the shortcut manually first t…