You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/pandoranext.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
If you're looking to use the `ChatGPT` Endpoint in LibreChat, setting up a reverse proxy is a essential. PandoraNext offers a robust solution for this purpose. This guide will walk you through deploying PandoraNext to enable the `CHATGPT_REVERSE_PROXY` for use with LibreChat.
4
4
5
-
> Using this method you will only be able to use `text-davinci-002-render-sha` with PandoraNext in LibreChat. Other models offer with the `plus` subscription do not work.
5
+
> Using this method you will only be able to use `text-davinci-002-render-sha` with PandoraNext in LibreChat. Other models offered with the `plus` subscription do not work.
6
6
7
7
You can use it locally in docker or deploy it onthe web for remote access.
8
8
@@ -155,4 +155,5 @@ For local deployment using Docker, the steps are as follows:
155
155
## Final Notes
156
156
157
157
- The `proxy_api_prefix` should be sufficiently random and unique to prevent errors.
158
+
- The default `token.json` doesn't need to be modified to use with LibreChat
158
159
- Ensure you have obtained a license ID from the [PandoraNext Dashboard](https://dash.pandoranext.com/).
- 🖥️ UI matching ChatGPT, including Dark mode, Streaming, and 11-2023 updates
33
+
- 💬 Multimodal Chat:
34
+
- Upload and analyze images with GPT-4-Vision 📸
35
+
- More filetypes and Assistants API integration in Active Development 🚧
36
+
- 🌎 Multilingual UI:
37
+
- English, 中文, Deutsch, Español, Français, Italiano, Polski, Português Brasileiro, Русский
38
+
- 日本語, Svenska, 한국어, Tiếng Việt, 繁體中文, العربية, Türkçe, Nederlands
39
+
- 🤖 AI model selection: OpenAI API, Azure, BingAI, ChatGPT Browser, PaLM2, Anthropic (Claude), Plugins
40
+
- 💾 Create, Save, & Share Custom Presets
41
+
- 🔄 Edit, Resubmit, and Continue messages with conversation branching
42
+
- 📤 Export conversations as screenshots, markdown, text, json.
43
+
- 🔍 Search all messages/conversations
44
+
- 🔌 Plugins, including web access, image generation with DALL-E-3 and more
45
+
- 👥 Multi-User, Secure Authentication with Moderation and Token spend tools
46
+
- ⚙️ Configure Proxy, Reverse Proxy, Docker, many Deployment options, and completely Open-Source
47
+
48
+
[For a thorough review of our features, see our docs here](https://docs.librechat.ai/features/plugins/introduction.html) 📚
49
+
31
50
## All-In-One AI Conversations with LibreChat ##
32
51
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.
33
52
@@ -45,43 +64,24 @@ With LibreChat, you no longer need to opt for ChatGPT Plus and can instead use f
45
64
</iframe>
46
65
</p>
47
66
48
-
# Features
49
-
50
-
- Response streaming identical to ChatGPT through server-sent events
51
-
- UI from original ChatGPT, including Dark mode
52
-
- AI model selection (through 5 endpoints: OpenAI API, BingAI, ChatGPT Browser, PaLM2, Plugins)
53
-
- Create, Save, & Share custom presets - [More info on prompt presets here](https://github.com/danny-avila/LibreChat/releases/tag/v0.3.0)
54
-
- Edit and Resubmit messages with conversation branching
55
-
- Search all messages/conversations - [More info here](https://github.com/danny-avila/LibreChat/releases/tag/v0.1.0)
56
-
- Plugins now available (including web access, image generation and more)
<imgalt="Star History Chart"src="https://api.star-history.com/svg?repos=danny-avila/LibreChat&type=Date&theme=dark"onerror="this.src='https://api.star-history.com/svg?repos=danny-avila/LibreChat&type=Date'" />
77
+
</a>
76
78
77
79
---
78
80
79
81
## Contributors
80
82
Contributions and suggestions bug reports and fixes are welcome!
81
83
Please read the documentation before you do!
82
84
83
-
---
84
-
85
85
For new features, components, or extensions, please open an issue and discuss before sending a PR.
86
86
87
87
- Join the [Discord community](https://discord.gg/uDyZ5Tzhct)
- OpenAI API key for DALL-E / DALL-E-3. Set to user_provided to have the user provide their own key when installing the plugin.
301
+
- OpenAI API key for DALL-E / DALL-E-3. Leave commented out to have the user provide their own key when installing the plugin. If you want to provide your own key for all users you can uncomment this line and add your OpenAI API key here.
302
302
303
303
```bash
304
-
DALLE_API_KEY=user_provided
304
+
#DALLE_API_KEY=
305
305
```
306
306
307
307
- For customization of the DALL-E-3 System prompt, uncomment the following, and provide your own prompt. **(Advanced)**
0 commit comments