Code Monkey home page Code Monkey logo

wpechatgpt's Issues

存在报错

正在发送 ChatGPT-gpt-3.5-turbo API 请求,完成后将输出提示。@wpeace
Request to gpt-3.5-turbo sent...
gpt-3.5-turbo could not complete the request: Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/chat/completions (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x00000199BC393850>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。')))
使用的全局代理,然后浏览器也能正常访问gpt,求解决

Some pitfalls I encountered

When using the ChatGPT API with a Chinese skin version

enable the proxy.

#proxies = {'https': "https://your api address/v1"}
#openai.proxy = proxies

this is error

It needs to be changed like this:

openai.api_base = 'https://your api address/v1'
openai.api_key = 'sk-KxUG6zEFARt8CvsGsVryZz4nJ2xL3j1J9zcHQ1oVgZO28NYE'

代理问题

这个是直接电脑挂上全局代理就可以使用嘛,还是得在脚本里指定本地代理的端口才行

调用三方接口 有问题

使用的是 https://api.zhiyungpt.com/ 的接口

结果如下

正在发送 ChatGPT-gpt-3.5-turbo API 请求,完成后将输出提示。@WPeace Request to gpt-3.5-turbo sent... OpenAI server could not complete the request: HTTP code 200 from API (<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="logo.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#ffffff"/><meta name="description" content="OpenAI 接口聚合管理,支持多种渠道包括 Azure,可用于二次分发管理 key,仅单可执行文件,已打包好 Docker 镜像,一键部署,开箱即用"/><title>New API</title><script defer="defer" src="/static/js/main.b7d9fd94.js"></script><link href="/static/css/main.4af3573c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>)

网络错误,Error communicating with OpenAI

正在发送 ChatGPT-davinci-003 API 请求,完成后将输出提示。@WPeace
Request to davinci-003 sent...
davinci-003 could not complete the request: Error communicating with OpenAI: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/completions (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1131)')))

浏览器挂代理能正常访问 chat

遇到了一些问题

正在发送 ChatGPT-gpt-3.5-turbo API 请求,完成后将输出提示。@wpeace
Request to gpt-3.5-turbo sent...
OpenAI server could not complete the request:

You tried to access openai.ChatCompletion, but this is no longer supported in openai>=1.0.0 - see the README at https://github.com/openai/openai-python for the API.

对于GPT3.5处理过长数据的问题

这边给出一个建议,自动分块去提交,然后组合让它分析,类似的提问语句示例如下,我将将一个C函数分段提供你给,当我说什么什么的时候,说明我已全部提供给你,然后帮我分析啥啥啥的,然后分段提供,最后让它输出,最后获取最后获取的结果数据,然后输出

IDA无法加载

我使用的是吾爱的IDA_Pro_7.7,已经pip install -r ./requirements.txt,也把.py文件复制到plugins目录,重启IDA后还是无法加载

找不到插件

作者你好,我放入plugins后重启IDA还是找不到插件
QQ图片20230308150739
QQ图片20230308150758

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.