sharegpt
ChatGPT
sharegpt | ChatGPT | |
---|---|---|
38 | 52 | |
1,729 | 7,463 | |
- | - | |
6.9 | 10.0 | |
10 months ago | over 1 year ago | |
TypeScript | Python | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sharegpt
-
5 github profiles every developer must follow
he also created cool projects like https://oneword.domains/, https://sharegpt.com/, https://novel.sh/ and https://extrapolate.app/
-
How Open is Generative AI? Part 2
Vicuna is another instruction-focused LLM rooted in LLaMA, developed by researchers from UC Berkeley, Carnegie Mellon University, Stanford, and UC San Diego. They adapted Alpaca’s training code and incorporated 70,000 examples from ShareGPT, a platform for sharing ChatGPT interactions.
-
create the best coder open-source in the world?
We can say that a 13B model per language is reasonable. Then it means we need to create a democratic way for teaching coding by examples and solutions and algorithms, that we create, curate and use open-source. Much like sharegpt.com but for coding tasks, solutions ways of thinking. We should be wary of 'enforcing' principles rather showing different approaches, as all approaches can have advantages and disadvantages.
-
Thank you ChatGPT
You can see the url in the comment, https://sharegpt.com and if you go there it gives you the option for installing the chrome extension, after that it shouldn’t be hard to use it
- The conversation started as what would AI do if it became self aware and humans tried to shut it down. The we got into interdimensional beings. Most profound GPT conversation I have had.
-
Übersicht aller nützlichen Links für ChatGPT Prompt Engineering
ShareGPT - Share your prompts and your entire conversations
-
(Reverse psychology FTW) Congratulations, you've played yourself.
Or used https://sharegpt.com
-
"Prompt engineering" is easy as shit and anybody who tells you otherwise is a fucking clown.
you can gets lots of ideas here > https://sharegpt.com/ (180,000+ prompts)
-
I built a ChatGPT Mac app in just 20 minutes with no coding experience - thanks ChatGPT!
I would love to read the whole conversation: Check out this cool little GPT sharing extension: https://sharegpt.com - that way the code snippets can be copied easily
-
Teaching ChatGPT to Speak My Son’s Invented Language
> Cool, that’s really the only point I’m making.
To be clear, I'm saying that I don't know if they are, not that we know that it's not the same.
It's not at all clear that humans do much more than "that basic token sequence prediction" for our reasoning itself. There are glaringly obvious auxiliary differences, such as memory, but we just don't know how human reasoning works, so writing off a predictive mechanism like this is just as unjustified as assuming it's the same. It's highly likely there are differences, but whether they are significant remains to be seen.
> Not necessarily scaling limitations fundamental to the architecture as such, but limitations in our ability to develop sufficiently well developed training texts and strategies across so many problem domains.
I think there are several big issues with that thinking. One is that this constraint is an issue now in large part because GPT doesn't have "memory" or an ability to continue learning. Those two need to be overcome to let it truly scale, but once they are, the game fundamentally changes.
The second is that we're already at a stage where using LLMs to generate and validate training data works well for a whole lot of domains, and that will accelerate, especially when coupled with "plugins" and the ability to capture interactions with real-life users [1]
E.g. a large part of human ability to do maths with any kind of efficiency comes down to rote repetition and generating large sets of simple quizzes for such areas is near trivial if you combine an LLM at tools for it to validate its answers. And unlike with humans where we have to do this effort for billions of humans, once you have an ability to let these models continue learning you make this investment in training once (or once per major LLM effort).
A third is that GPT hasn't even scratched the surface in what is available in digital collections alone. E.g. GPT3 was trained on "only" about 200 million Norwegian words (I don't have data for GPT4). Norwegian is a tiny language - this was 0.1% of GPT3's total corpus. But the Norwegian National Library has 8.5m items, which includes something like 10-20 billion words in books alone, and many tens of billions more in newspapers, magazines and other data. That's one tiny language. We're many generations of LLM's away from even approaching exhausting the already available digital collections alone, and that's before we look at having the models trained on that data generate and judge training data.
[1] https://sharegpt.com/
ChatGPT
- Reverse Engineered ChatGPT API
-
Made a python library that lets you use the chatgpt website as an API, works on headless linux servers and even google collab, can be an alternative to the paid chatgpt API!
Be careful. Back when ChatGPT was in beta, a similar project was resulting in mass account bans. They really don't like people using unofficial APIs.
-
Doveland, Wisconsin mystery? Bare with me please!
I use chatgpt, and I mainly use a tool on github called ChatGPT , which is basically a reverse engineered one that you could use on your terminal with your ChatGPT API key. So i thought on running the tool and ask it, this was the first response I got
-
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.
-
I just used GPT-4 to make Bard AI debunk Tucker Carlson with the click of a button.
Or https://github.com/acheong08/ChatGPT of course.
-
Maybe an unpopular opinion but until the GPT-4 API is public or atleast open beta AutoGPT isnt THAT useful
Sure, first thing is to get this in V1 mode running such that you can chat via the command line. This is currently not working for me though, could be because OpenAl changed something on their chat site or because I'm messing something up. One that is running I can show you how to setup a small project locally that looks like the OpenAl API but then relays queries to the reverse engineered chat API using the ChatGPT package
-
Confused about the reverse engineered API on GitHub
What does this repo https://github.com/acheong08/ChatGPT actually do? I thought in the end it gives me an API key that I can use for apps that work with the GPT-API, but that is stated nowhere on the repo.
- GitHub - acheong08/Bard: Reverse engineering of Google's Bard chatbot
-
Show HN: Watch ChatGPT debate itself on a given topic
I asked chatGPT to code a 2 speaker debate function using the unofficial API from revChatGPT ( https://github.com/acheong08/ChatGPT )
-
emacs+whisper+chatgpt: press F12 to record, use whisper to transcribe and chatgpt answers; proof of concept but surreal
About chatgpt-wrapper, I think you can migrate to https://github.com/acheong08/ChatGPT. It is lighter with a query limit, but I think it is still good.
What are some alternatives?
llm-workflow-engine - Power CLI and Workflow manager for LLMs (core package)
PyChatGPT - ⚡️ Python client for the unofficial ChatGPT API with auto token regeneration, conversation tracking, proxy support and more.
unofficial-chatgpt-api - This repo is unofficial ChatGPT api. It is based on Daniel Gross's WhatsApp GPT
chatgpt-raycast - ChatGPT raycast extension
openai-python - The official Python library for the OpenAI API
Alice - Giving ChatGPT access to a real terminal
chatgpt-python - Unofficial Python SDK for OpenAI's ChatGPT
chatgpt-twitter-bot - Twitter bot powered by OpenAI's ChatGPT API. It's aliveeeee 🤖
chatgpt-api - AI agent stdlib that works with any LLM and TypeScript AI SDK. [Moved to: https://github.com/transitive-bullshit/agentic]
chatgpt-conversation - Have a conversation with ChatGPT using your voice, and have it talk back.
ChatGPT-ProBot - 🤖️ A GPTChat based GitHub robot. dialogue/CR/etc..