当前位置:首页|资讯|OpenAI

小脚本,大道理:Bash脚本调OpenAI的GPT-3.5-Turbo模型解读

作者:好文摘读发布时间:2024-04-18

#!/bin/bash api_key='xyzzy' input="$@" output=`curl --silent --location --request POST 'https://api.openai.com/v1/chat/completions' \ --header "Authorization: Bearer ${api_key}" \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "gpt-3.5...【查看原文】


Copyright © 2024 aigcdaily.cn  北京智识时代科技有限公司  版权所有  京ICP备2023006237号-1