Marco Beretta commited on
Commit
475abc1
1 Parent(s): 3b6afc0

fix invalid configuration file

Browse files
Files changed (1) hide show
  1. README.md +7 -151
README.md CHANGED
@@ -1,151 +1,7 @@
1
- <p align="center">
2
- <a href="https://docs.librechat.ai">
3
- <img src="docs/assets/LibreChat.svg" height="256">
4
- </a>
5
- <a href="https://docs.librechat.ai">
6
- <h1 align="center">LibreChat</h1>
7
- </a>
8
- </p>
9
-
10
- <p align="center">
11
- <a href="https://discord.gg/NGaa9RPCft">
12
- <img
13
- src="https://img.shields.io/discord/1086345563026489514?label=&logo=discord&style=for-the-badge&logoWidth=20&logoColor=white&labelColor=000000&color=blueviolet">
14
- </a>
15
- <a href="https://www.youtube.com/@LibreChat">
16
- <img
17
- src="https://img.shields.io/badge/YOUTUBE-red.svg?style=for-the-badge&logo=youtube&logoColor=white&labelColor=000000&logoWidth=20">
18
- </a>
19
- <a href="https://docs.librechat.ai">
20
- <img
21
- src="https://img.shields.io/badge/DOCS-blue.svg?style=for-the-badge&logo=read-the-docs&logoColor=white&labelColor=000000&logoWidth=20">
22
- </a>
23
- <a aria-label="Sponsors" href="#sponsors">
24
- <img
25
- src="https://img.shields.io/badge/SPONSORS-brightgreen.svg?style=for-the-badge&logo=github-sponsors&logoColor=white&labelColor=000000&logoWidth=20">
26
- </a>
27
- </p>
28
-
29
- ## All-In-One AI Conversations with LibreChat ##
30
- LibreChat brings together the future of assistant AIs with the revolutionary technology of OpenAI's ChatGPT. Celebrating the original styling, LibreChat gives you the ability to integrate multiple AI models. It also integrates and enhances original client features such as conversation and message search, prompt templates and plugins.
31
-
32
- With LibreChat, you no longer need to opt for ChatGPT Plus and can instead use free or pay-per-call APIs. We welcome contributions, cloning, and forking to enhance the capabilities of this advanced chatbot platform.
33
-
34
- <!-- https://github.com/danny-avila/LibreChat/assets/110412045/c1eb0c0f-41f6-4335-b982-84b278b53d59 -->
35
-
36
- [![Watch the video](https://img.youtube.com/vi/pNIOs1ovsXw/maxresdefault.jpg)](https://youtu.be/pNIOs1ovsXw)
37
- Click on the thumbnail to open the video☝️
38
-
39
- # Features
40
- - Response streaming identical to ChatGPT through server-sent events
41
- - UI from original ChatGPT, including Dark mode
42
- - AI model selection: OpenAI API, BingAI, ChatGPT Browser, PaLM2, Anthropic (Claude), Plugins
43
- - Create, Save, & Share custom presets - [More info on prompt presets here](https://github.com/danny-avila/LibreChat/releases/tag/v0.3.0)
44
- - Edit and Resubmit messages with conversation branching
45
- - Search all messages/conversations - [More info here](https://github.com/danny-avila/LibreChat/releases/tag/v0.1.0)
46
- - Plugins now available (including web access, image generation and more)
47
-
48
- ---
49
-
50
- ## ⚠️ [Breaking Changes](docs/general_info/breaking_changes.md) ⚠️
51
- **Applies to [v0.5.4](docs/general_info/breaking_changes.md#v054) & [v0.5.5](docs/general_info/breaking_changes.md#v055)**
52
-
53
- **Please read this before updating from a previous version**
54
-
55
- ---
56
-
57
- ## Changelog
58
- Keep up with the latest updates by visiting the releases page - [Releases](https://github.com/danny-avila/LibreChat/releases)
59
-
60
- ---
61
-
62
- <h1>Table of Contents</h1>
63
-
64
- <details open>
65
- <summary><strong>Getting Started</strong></summary>
66
-
67
- * [Docker Install](docs/install/docker_install.md)
68
- * [Linux Install](docs/install/linux_install.md)
69
- * [Mac Install](docs/install/mac_install.md)
70
- * [Windows Install](docs/install/windows_install.md)
71
- * [APIs and Tokens](docs/install/apis_and_tokens.md)
72
- * [User Auth System](docs/install/user_auth_system.md)
73
- * [Online MongoDB Database](docs/install/mongodb.md)
74
- </details>
75
-
76
- <details>
77
- <summary><strong>General Information</strong></summary>
78
-
79
- * [Code of Conduct](CODE_OF_CONDUCT.md)
80
- * [Project Origin](docs/general_info/project_origin.md)
81
- * [Multilingual Information](docs/general_info/multilingual_information.md)
82
- * [Tech Stack](docs/general_info/tech_stack.md)
83
- </details>
84
-
85
- <details>
86
- <summary><strong>Features</strong></summary>
87
-
88
- * **Plugins**
89
- * [Introduction](docs/features/plugins/introduction.md)
90
- * [Google](docs/features/plugins/google_search.md)
91
- * [Stable Diffusion](docs/features/plugins/stable_diffusion.md)
92
- * [Wolfram](docs/features/plugins/wolfram.md)
93
- * [Make Your Own Plugin](docs/features/plugins/make_your_own.md)
94
- * [Using official ChatGPT Plugins](docs/features/plugins/chatgpt_plugins_openapi.md)
95
-
96
- * [Proxy](docs/features/proxy.md)
97
- * [Bing Jailbreak](docs/features/bing_jailbreak.md)
98
- </details>
99
-
100
- <details>
101
- <summary><strong>Cloud Deployment</strong></summary>
102
-
103
- * [Hetzner](docs/deployment/hetzner_ubuntu.md)
104
- * [Heroku](docs/deployment/heroku.md)
105
- * [Linode](docs/deployment/linode.md)
106
- * [Cloudflare](docs/deployment/cloudflare.md)
107
- * [Ngrok](docs/deployment/ngrok.md)
108
- * [Render](docs/deployment/render.md)
109
- </details>
110
-
111
- <details>
112
- <summary><strong>Contributions</strong></summary>
113
-
114
- * [Contributor Guidelines](CONTRIBUTING.md)
115
- * [Documentation Guidelines](docs/contributions/documentation_guidelines.md)
116
- * [Code Standards and Conventions](docs/contributions/coding_conventions.md)
117
- * [Testing](docs/contributions/testing.md)
118
- * [Security](SECURITY.md)
119
- * [Trello Board](https://trello.com/b/17z094kq/LibreChate)
120
- </details>
121
-
122
-
123
- ---
124
-
125
- ## Star History
126
-
127
- [![Star History Chart](https://api.star-history.com/svg?repos=danny-avila/LibreChat&type=Date)](https://star-history.com/#danny-avila/LibreChat&Date)
128
-
129
- ---
130
-
131
- ## Sponsors
132
-
133
- Sponsored by <a href="https://github.com/mjtechguy"><b>@mjtechguy</b></a>, <a href="https://github.com/SphaeroX"><b>@SphaeroX</b></a>, <a href="https://github.com/DavidDev1334"><b>@DavidDev1334</b></a>, <a href="https://github.com/fuegovic"><b>@fuegovic</b></a>, <a href="https://github.com/Pharrcyde"><b>@Pharrcyde</b></a>
134
-
135
- ---
136
-
137
- ## Contributors
138
- Contributions and suggestions bug reports and fixes are welcome!
139
- Please read the documentation before you do!
140
-
141
- ---
142
-
143
- For new features, components, or extensions, please open an issue and discuss before sending a PR.
144
-
145
- - Join the [Discord community](https://discord.gg/uDyZ5Tzhct)
146
-
147
- This project exists in its current state thanks to all the people who contribute
148
- ---
149
- <a href="https://github.com/danny-avila/LibreChat/graphs/contributors">
150
- <img src="https://contrib.rocks/image?repo=danny-avila/LibreChat" />
151
- </a>
 
1
+ title: LibreChat
2
+ emoji: 🐠
3
+ colorFrom: pink
4
+ colorTo: green
5
+ sdk: docker
6
+ pinned: false
7
+ license: mit