What's Changed
- Sydney is working again!
- Fix: install instructions by @fuegovic in #272
- fix: New GPT-4 model icon in presets and chat input by @dncc89 in #274
- feat: Add user icon in messages by @dncc89 in #275
- fix(getIcon.jsx): match initial styling better with official by @danny-avila in #277
- doc: coding conventions and proposal submissions by @danorlando in #250
- fix: fix link to coding conventions doc in contributor guidelines by @danorlando in #283
- docs : add basic info document in multiple languages by @fuegovic in #285
- #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: #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: v0.4.4...v0.4.5