GithubHelp home page GithubHelp logo

edgegpt-gui's Introduction

EdgeGPT-GUI

EdgeGPT 写的 GUI

Python version license Github stars Github issues


注: 仓库已存档

EdgeGPT已存档 并且我也不再想去维护此项目


准备

要求

  • python 3.8+
  • 通过 候补名单(bing现已开启公测)
  • 网络代理 具体见 #178(貌似现在不需要了)(需要)

获取Cookie文件

  • 安装 cookie editor 扩展 [ Chrome | Firefox | Edge ]
  • 访问 bing.com
  • 点击插件图标
  • 点击最右边的 Export -> Export as JSON 按钮 (cookie将会保存到你的剪切板里)
  • 把你的cookie内容从剪切板中粘贴到 cookies.json 文件里

安装模块

  • pip install -r ./requirements.txtpip3 install -r ./requirements.txt
Linux

安装piptkinter

  • sudo apt install python3-pip
  • sudo apt install python3-tk

运行

直接运行 python ./EdgeGPT-GUI.pypython3 ./EdgeGPT-GUI.py

说明

因代理的问题 所以可能会暂停更新(已停止更新)

项目已寄 欢迎烧纸

请注意EdgeGPT的版本应为requirements.txt中所要求的版本 见 #505

F9 进行发送

F12 来开启新话题

对话会以 Markdown 文件的形式进行储存

默认保存在chat_logs文件夹下

日志将会保存在logs文件夹下

其它

如果喜欢本项目的话 就点一下Star

Star History Chart

edgegpt-gui's People

Contributors

cueavyqwp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

janhuman

edgegpt-gui's Issues

求助,运行时tkinter报错

❯ python3 ./EdgeGPT-GUI.py
DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don't rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning.
Traceback (most recent call last):
  File "/Users/potapo/github/EdgeGPT-GUI/./EdgeGPT-GUI.py", line 34, in <module>
    root = ttk.Window()
  File "/Users/potapo/Library/Python/3.9/lib/python/site-packages/ttkbootstrap/window.py", line 231, in __init__
    self._icon = tkinter.PhotoImage(master=self, data=Icon.icon)
  File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/tkinter/__init__.py", line 4064, in __init__
    Image.__init__(self, 'photo', name, cnf, master, **kw)
  File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/tkinter/__init__.py", line 4009, in __init__
    self.tk.call(('image', 'create', imgtype, name,) + options)
_tkinter.TclError: couldn't recognize image data

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.