KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
gpt-steroid
★ 15
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
beyond-lm
:
Beyond LM: How can language model go forward in the future?
Umbraco.Commerce.DemoStore
:
No description available.
bitcoin-puzzle-solver
:
A multi-threaded, high-performance Bitcoin puzzle solver written in Rust. Find the private key of a bitcoin in a specific power-of-two interval.
weibo_hot_search_and_comment_crawler
:
微博热搜爬虫,并且采集热搜新闻下评论的数据,可以弹出弹窗自动输入热搜链接进行评论采集,现在设置是一个热搜下10条新闻,每条新闻20条评论,一个热搜总共采集10*20=200条评论
docs-build-recipes
:
📙 A collection of recipes (JS, HTML, CSS, React.js, Node.js, Express.js et cetera) I have gathered overtime.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gpt-steroid
?
Download (.md)
# Chat GPT Steroid Chat GPT Steroid is an enhanced version of the Chat GPT language model built on top of OpenAI API. It allows up to 32K tokens for both input and output, which is 4 times larger than the Chat GPT 4. The data is stored locally in the browser's IndexedDB, and it allows for file uploads to fine-tune the model. The project also has a local setup, making it easy to run the application on your local machine. ## Features (built on top of chatGPT 4) - File uploads for fine-tuning - Create fine tune file via gui - 32K token input and output - Local setup - IndexedDB data storage - Connection to Auto GPT for automatic prompting ## Getting Started 1. Install [Node.js](https://nodejs.org/en/) 2. Install [Docker](https://www.docker.com/) 3. Clone the repository from GitHub: `git clone https://github.com/gajojr/gpt-steroid.git` 4. Navigate to the cloned repository 5. Clone the AutoGPT repo from root: `git clone https://github.com/Significant-Gravitas/Auto-GPT.git` 6. Create an OpenAI API key with a paid account 7. Navigate to server directory, create a `.env` file and set `OPENAI_API_KEY=YOUR_API_KEY`, where `YOUR_API_KEY` is the value of the API key from OpenAI 8. Navigate to frontend directory, create a `.env` file and set `REACT_APP_SERVER_URL`=http://localhost:8000 9. Navigate to Auto-GPT directory and create `.env` file and set `OPENAI_API_KEY`=`YOUR_API_KEY` 10. Run `npm install` in root 11. Run `npm install` in frontend and server to install dependencies 12. Start docker 13. Run `npm run dev` from root to start the application ## Additional Features (in progress) - Access to the internet ## Contributing We welcome contributions from anyone! Please feel free to submit a pull request or open an issue on GitHub.