当前位置: 首页 > news >正文

An error occurred: module ‘openai‘ has no attribute ‘ChatCompletion‘

题意:发生错误:模块 'openai' 没有属性 'ChatCompletion'

问题背景:

I'm trying to build a discord bot that uses the GPT-4 API to function as a chatbot on discord. I have the most recent version of the OpenAI library but when I run my code it tells me "An error occurred: module 'openai' has no attribute 'ChatCompletion'"

我正在尝试构建一个使用 GPT-4 API 的 Discord 机器人,使其在 Discord 上作为聊天机器人运行。我已经安装了最新版的 OpenAI 库,但当我运行代码时,它提示我“发生错误:模块 'openai' 没有属性 'ChatCompletion'”

I tried uninstalling and reinstalling the OpenAI library, I tried using the completions endpoint and got the error "This is a chat model and not supported in the v1/completions endpoint. Did you mean to use v1/chat/completions?"

我尝试卸载并重新安装 OpenAI 库,也尝试使用 completions 端点,但收到错误提示:“这是一个聊天模型,不支持 v1/completions 端点。你是否打算使用 v1/chat/completions?”

This is the snippet of code that's giving me issues:

这是导致我问题的代码片段:

async def get_gpt_response(prompt, history):history_strings = [f"{message['role']}: {message['content']}" for message in history] # update history formatchat_prompt = '\n'.join(history_strings + [f"user: {prompt}"])completions = openai.ChatCompletion.create(engine=config["model"],prompt=chat_prompt,max_tokens=config["max_tokens"],n=1,temperature=config["temperature"],)return completions.choices[0].text.strip().split('assistant:', 1)[-1].strip()

问题解决:

Make sure you don’t have a file called “openai.py”

确保你没有一个名为 “openai.py” 的文件


http://www.mrgr.cn/news/2641.html

相关文章:

  • 百度地图SDK Android版开发 7 覆盖物示例1
  • Flask 线上高并发部署方案实现
  • 2024.08.13 校招 实习 内推 面经
  • 周易测算系统开发:融合古典智慧与现代技术的创新实践
  • ShareSDK Twitter
  • SpringSecurity6
  • 运维学习————nginx2-配置详解及负载均衡
  • C#使用Modbus TCP通讯PLC,实现读写寄存器
  • 【css】水平对齐方式(justify、text-align、display: flex;)
  • 响应式Web设计:纯HTML和CSS的实现技巧-2
  • 谷粒商城实战笔记-225~226-商城业务-认证服务-分布式session不共享不同步问题
  • <STC12G12K128入门第十一步>任意按键控制进入USB ISP下载模式
  • 如何在项目管理中完成项目立项?
  • Git 课程任务
  • Qt第十六章 多媒体Multimedia
  • SOA 软件中间件浅析
  • Flink常用转换算子使用教程(DataSTream API)
  • Floyd算法(最短路问题)
  • 【论文学习与撰写】快捷搜索指令filetype:pdf,搜索引擎关键词搜索pdf格式文件或者word格式文件。文献搜索方法大全。
  • 集团数字化转型方案(四)