LibreChat
AI chat platform combining multiple AI models and extended features
Alternative to: chatgpt, huggingface chat, microsoft azure openai, anthropic claude, cohiera, mistral ai, openrouter, openai playground, llama reasoning, perplexity ai
v0.4.5
2023-05-16What’s Changed
- Sydney is working again!
- Fix: install instructions by @fuegovic in https://github.com/danny-avila/chatgpt-clone/pull/272
- fix: New GPT-4 model icon in presets and chat input by @dncc89 in https://github.com/danny-avila/chatgpt-clone/pull/274
- feat: Add user icon in messages by @dncc89 in https://github.com/danny-avila/chatgpt-clone/pull/275
- fix(getIcon.jsx): match initial styling better with official by @danny-avila in https://github.com/danny-avila/chatgpt-clone/pull/277
- doc: coding conventions and proposal submissions by @danorlando in https://github.com/danny-avila/chatgpt-clone/pull/250
- fix: fix link to coding conventions doc in contributor guidelines by @danorlando in https://github.com/danny-avila/chatgpt-clone/pull/283
- docs : add basic info document in multiple languages by @fuegovic in https://github.com/danny-avila/chatgpt-clone/pull/285
- https://github.com/danny-avila/chatgpt-clone/pull/282 :
- Update @waylaidwanderer/node-chatgpt-api to latest version
- Update dockerfiles to use workspaces and ensure packages are @ latest
- Remove package-lock.json files from workspace directories as no longer needed
- refactor(api): remove deprecated text-davinci-002-render-paid model from CHATGPT_MODELS
- refactor(api/client): change model comparison to use startsWith() instead of === for GPT-4 models
Note: you can use all available models on chat.openai.com through the browser endpoint, including code interpreter, browsing, and plugins if you have access, though their full features are not fully supported in this project (mainly loading plugins). I haven’t tested the interpreter as I don’t have access, but plugins & browser gives you greater context (up to 8100 tokens), and the browser is useful for web knowledge. For more info, see discussion here: https://github.com/danny-avila/chatgpt-clone/pull/284
In short, you simply need to add the models to this env var in your api/.env file
CHATGPT_MODELS=text-davinci-002-render-sha,gpt-4,gpt-4-browsing,gpt-4-plugins
Full Changelog: https://github.com/danny-avila/chatgpt-clone/compare/v0.4.4…v0.4.5