Enhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenAPI Actions, Functions, Secure Multi-User Auth, Presets, open-source for self-hosting. Active. https://librechat.ai/
Find a file
Fuegovic f40a2f8ee8
update: documentation (#389)
* Update docker_install.md

update Bing Token instructions

* Update linux_install.md

Update Bing Token Instructions
Add # markers to sections

* Update mac_install.md

Update Bing Token Instructions
Fix Formating
Recommend Docker

* Update windows_install.md

Update Bing Token Instructions

* Update linux_install.md

Recommend Docker

* Create QUESTION.yml

Questions Template

* Update QUESTION.yml

fix syntax

* Update QUESTION.yml

* Update QUESTION.yml

* Create FEATURE-REQUEST

* Rename FEATURE-REQUEST to FEATURE-REQUEST.yml

add file extension
2023-05-26 22:22:11 -04:00
.github update: documentation (#389) 2023-05-26 22:22:11 -04:00
.husky Build/Refactor: lint pre-commit hook and reformat repo to spec (#314) 2023-05-18 14:09:31 -04:00
api chore: bump package versions to 0.4.7 (#388) 2023-05-26 17:56:23 -04:00
client chore: bump package versions to 0.4.7 (#388) 2023-05-26 17:56:23 -04:00
documents update: documentation (#389) 2023-05-26 22:22:11 -04:00
e2e chore(tests): add e2e tests for messaging suite (#387) 2023-05-26 17:34:08 -04:00
images update readme 2023-03-07 14:51:41 -05:00
.dockerignore Release 0.4.5 (#282) 2023-05-16 14:30:24 -04:00
.eslintrc.js feat: Setup Unit Test Environment and Refactor Typescript Config (#365) 2023-05-22 20:49:48 -04:00
.gitignore Setup tests with new user system (#344) 2023-05-20 09:00:45 -04:00
.prettierrc.js Build/Refactor: lint pre-commit hook and reformat repo to spec (#314) 2023-05-18 14:09:31 -04:00
CHANGELOG.md Release 0.4.4 (#271) 2023-05-14 20:39:40 -04:00
CONTRIBUTORS.md Update README.md to v0.4.1 (#224) 2023-05-09 22:12:12 -04:00
docker-compose.yml chore: bump version to 0.4.1 in package.json files (#222) 2023-05-09 17:57:04 -04:00
Dockerfile Release 0.4.5 (#282) 2023-05-16 14:30:24 -04:00
LICENSE.md update documentation structure (#220) 2023-05-09 13:47:14 -04:00
lint-staged.config.js Build/Refactor: lint pre-commit hook and reformat repo to spec (#314) 2023-05-18 14:09:31 -04:00
package-lock.json chore: bump package versions to 0.4.7 (#388) 2023-05-26 17:56:23 -04:00
package.json chore: bump package versions to 0.4.7 (#388) 2023-05-26 17:56:23 -04:00
README.md docs : update the documentation (#345) 2023-05-21 08:42:16 -04:00
SECURITY.md Update SECURITY.md (#367) 2023-05-23 06:41:01 -04:00

ChatGPT Clone

All AI Conversations under One Roof.

Assistant AIs are the future and OpenAI revolutionized this movement with ChatGPT. While numerous UIs exist, this app commemorates the original styling of ChatGPT, with the ability to integrate any current/future AI models, while integrating and improving upon original client features, such as conversation/message search and prompt templates (currently WIP). Through this clone, you can avoid ChatGPT Plus in favor of free or pay-per-call APIs. I will soon deploy a demo of this app. Feel free to contribute, clone, or fork. Currently dockerized.

clone3

Features

  • Response streaming identical to ChatGPT through server-sent events
  • UI from original ChatGPT, including Dark mode
  • AI model selection (through 3 endpoints: OpenAI API, BingAI, and ChatGPT Browser)
  • Create, Save, & Share custom presets for OpenAI and BingAI endpoints - More info on customization here
  • Edit and Resubmit messages just like the official site (with conversation branching)
  • Search all messages/conversations - More info here
  • Integrating plugins soon

Sponsors

Sponsored by @DavidDev1334, @mjtechguy, @Pharrcyde, & @fuegovic

Google's PaLM 2 is now supported as of v0.4.3

image

How to Setup PaLM 2 (via Google Cloud Vertex AI API) - Enable the Vertex AI API on Google Cloud: - - https://console.cloud.google.com/vertex-ai - Create a Service Account: - - https://console.cloud.google.com/projectselector/iam-admin/serviceaccounts/create?walkthrough_id=iam--create-service-account#step_index=1 - Make sure to click 'Create and Continue' to give at least the 'Vertex AI User' role. - Create a JSON key, rename as 'auth.json' and save it in /api/data/.

Alternatively

  • In your ./api/.env file, set PALM_KEY as "user_provided" to allow the user to provide a Service Account key JSON from the UI.
  • They will follow the steps above except for renaming the file, simply importing the JSON when prompted.
  • The key is sent to the server but never saved except in your local storage

Note:

  • Vertex AI does not (yet) support response streaming for text generations, so response may seem to take long when generating a lot of text.
  • Text streaming is simulated

Read all Latest Updates here

Table of Contents

Getting Started
General Information
Features
Cloud Deployment
Contributions

Star History

Star History Chart

Contributors

Contributions and suggestions bug reports and fixes are welcome! Please read the documentation before you do!

For new features, components, or extensions, please open an issue and discuss before sending a PR.

This project exists in its current state thanks to all the people who contribute