Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
EdgeGPT Alternatives
Similar projects and alternatives to EdgeGPT
-
-
Scout Monitoring
Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
-
-
-
ChatGPT
Discontinued Lightweight package for interacting with ChatGPT's API by OpenAI. Uses reverse engineered official API. (by acheong08)
-
EdgeGPT
Discontinued Extension for Text Generation Webui based on EdgeGPT, a reverse engineered API of Microsoft's Bing Chat AI (by GiusTex)
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
chatgpt_macro_for_texstudio
The ChatGPT Macro for TeXstudio is a user-friendly integration that connects TeXstudio with OpenAI's API.
-
-
PandoraAI
PandoraAI is a web chat client powered by node-chatgpt-api, allowing users to easily chat with multiple AI systems while also offering support for custom presets. With its seamless and convenient design, PandoraAI provides an engaging conversational AI experience.
-
BingGPT-Discord-Bot
BingGPT Discord Bot that can handle /ask & /imagine prompts using reverse engineered API of Microsoft's Bing Chat under the hood
-
-
EdgeGPT
Discontinued Unmaintained, a maintained version https://github.com/juzeon/SydneyQt (by InterestingDarkness)
-
-
everforest-walls
(This shouldn't be on git but I'm keeping it here anyways) Collection of wallpapers that I recolored to the Everforest colorscheme
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
EdgeGPT discussion
EdgeGPT reviews and mentions
- EVE 2.0 支持图像识别
-
[Hyprland] My humble rice!
Wallpaper: Forest Stairs Chatbot: Edge GPT Scratchpad: HPR Scratcher(Is not maintained anymore, but still works. The main project is now Pyprland, but stopped working for me currently)
-
Bing EdgeGPT library, async Chatbot, Threading Proxies?
# Read and parse cookies cookies = None if args.cookie_file: cookies = json.loads(open(args.cookie_file, encoding="utf-8").read()) bot = await Chatbot.create(proxy=args.proxy, cookies=cookies) session = _create_session() completer = _create_completer(["!help", "!exit", "!reset"]) initial_prompt = args.prompt https://github.com/acheong08/EdgeGPT/blob/master/src/EdgeGPT.py
-
Is there a LoRa or a Project/Oobabooga plugin to give LLaMA based models api access to the internet?
Yes, there is this extension: https://github.com/acheong08/EdgeGPT
- 具有反撤回和聊天记录 Save/Load 功能的 New Bing (Sydney) 客户端已经到来。以前二次元女孩会冲你笑,现在二次元机娘会陪你聊天,真好。
-
EdgeGPT Extension for Text Generation Webui - Easy Internet access
EdgeGPT extension for Text Generation Webui based on EdgeGPT by acheong08. Now you can give Internet access to your chatbot, easily, quickly and free.
-
Using ChatGPT with extensions
Have a look at this project. Also worth checking out his other repos, such as this one (not sure what exactly is different) or this one for the bing chat.
-
simulating inner dialog in BingChat
# Bing Conversation **Human:*\* I want to simulate inner thinking for a chatbot so I want to link 2 instances of bingchat & make them prompt eachother I am gonna use this unnoficial api https://github.com/acheong08/EdgeGPT to do that, read the documentations for the repo provided and give me code to achieve the mentioned goals *** **Assistant:*\* I’m glad you’re interested in simulating inner thinking for a chatbot. I can help you with some code snippets to use EdgeGPT, a reverse engineered API of Microsoft’s Bing Chat AI[1](https://github.com/acheong08/EdgeGPT).
- Reverse Engineered API of Microsoft's Bing Chat AI
-
BingGPT Discord Bot that can handle /ask and /imagine using GPT-4
Hey folks! I'm not sure if it's done before but I just made a discord bot using bing chat on top of open-source EdgeGPT. Used bing chat because it's one of the easiest ways to interact with GPT-4 IMO together with active web browsing. The bot is able to handle /ask and /imagine commands. Happy to have your feedback or issues if you encounter any. Cheers!
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 4 Nov 2024
Stats
acheong08/EdgeGPT is an open source project licensed under The Unlicense which is an OSI approved license.
The primary programming language of EdgeGPT is Python.