国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

這是一段Python代碼

2023-03-08 21:01 作者:曉龍coding  | 我要投稿

# -*- coding:utf-8 -*-

import openai


def main():
? ?openai.api_key = "一定要換成你的api_key!"
? ?messages = []
? ?while True:
? ? ? ?msg = ""
? ? ? ?print("請輸入你的問題:", end="")
? ? ? ?msg = input()
? ? ? ?messages.append(
? ? ? ? ? ?{"role": "user", "content": msg}
? ? ? ?)
? ? ? ?completion = openai.ChatCompletion.create(
? ? ? ? ?model="gpt-3.5-turbo",
? ? ? ? ?messages=messages
? ? ? ?)
? ? ? ?print(completion.choices[0].message.content)
? ? ? ?print('使用token:' + str(completion.usage.total_tokens))


if __name__ == '__main__':
? ?main()

這是一段Python代碼的評論 (共 條)

分享到微博請遵守國家法律
隆林| 汝阳县| 宝清县| 大丰市| 青川县| 安岳县| 天峨县| 宝应县| 淮阳县| 天水市| 宜昌市| 清河县| 册亨县| 得荣县| 磴口县| 溧水县| 清远市| 张家口市| 鄯善县| 嘉鱼县| 浦县| 潼关县| 赫章县| 合山市| 灯塔市| 布尔津县| 哈尔滨市| 孟连| 崇阳县| 肇东市| 马尔康县| 辽中县| 永兴县| 肥乡县| 神木县| 建阳市| 黄山市| 昌江| 盐亭县| 乐昌市| 长春市|