LibreChat logo

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


About Versions (47)

v0.4.5

2023-05-16

What’s Changed

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