🚗 【基础】tokensTool使用GPT-4(拼车版)
⚠注意事项
不准白嫖,请给我免费的star⭐吧,十分感谢!
❗使用cocopilot使用GPT-4有风险😂,可能会导致Github封号,请自行注册小号,小范围谨慎使用!!!!!!
!!!本工具🥰只提供转发始皇接口,所有责任不由本工具承担!!!
cocopilot(拼车版)使用教程
1.通过始皇接口到达图片,拿到红色标记的token 示例ccu-xxx
⚠拿到的 ccu-xxx ,一定要小心保存,防止泄露❗❗❗
2.如何应用
内部使用
curl --location 'http://127.0.0.1:8081/{你的自定义前缀}/cocopilot/v1/chat/completions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ccu_xxx' \
--data '{
"model": "gpt-4",
"messages": [{"role": "user", "content": "你好啊!"}]
}'
外部使用
curl --location 'http(s)://你的公网ip:8081或你的域名/{你的自定义前缀}/cocopilot/v1/chat/completions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer ccu_xxx' \
--data '{
"model": "gpt-4",
"messages": [{"role": "user", "content": "你好啊!"}]
}'
one-api使用
# 添加渠道
自定义Base URL :填http(s)://你的公网ip:8081或你的域名/{你的自定义前缀}/cocopilot,同一个服务器的话http://127.0.0.1:8081/{你的自定义前缀}/cocopilot
密钥:ccu-xxx
最后修改时间: 1 年前