update readme
This commit is contained in:
parent
7c259b98cb
commit
4f672b926a
27
README.md
27
README.md
|
@ -14,28 +14,9 @@ Expect frequent improvements.
|
|||
|
||||
**Next up:**
|
||||
|
||||
- [ ] Delete messages
|
||||
- [ ] More model settings
|
||||
- [ ] Plugins
|
||||
|
||||
**Recent updates:**
|
||||
|
||||
- [x] Prompt templates (3/27/23)
|
||||
- [x] Regenerate & edit responses (3/25/23)
|
||||
- [x] Folders (3/24/23)
|
||||
- [x] Search chat content (3/23/23)
|
||||
- [x] Stop message generation (3/22/23)
|
||||
- [x] Import/Export chats (3/22/23)
|
||||
- [x] Custom system prompt (3/21/23)
|
||||
- [x] Error handling (3/20/23)
|
||||
- [x] GPT-4 support (access required) (3/20/23)
|
||||
- [x] Search conversations (3/19/23)
|
||||
- [x] Code syntax highlighting (3/18/23)
|
||||
- [x] Toggle sidebar (3/18/23)
|
||||
- [x] Conversation naming (3/18/23)
|
||||
- [x] Github flavored markdown (3/18/23)
|
||||
- [x] Add OpenAI API key in app (3/18/23)
|
||||
- [x] Markdown support (3/17/23)
|
||||
- [ ] Import/Export prompts
|
||||
- [ ] "Bots"
|
||||
- [ ] Sharing
|
||||
|
||||
## Modifications
|
||||
|
||||
|
@ -113,7 +94,7 @@ You should be able to start chatting.
|
|||
When deploying the application, the following environment variables can be set:
|
||||
|
||||
| Environment Variable | Default value | Description |
|
||||
| --------------------- | ------------------------------ | ------------------------------------------------------- |
|
||||
| --------------------------------- | ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| OPENAI_API_KEY | | The default API key used for authentication with OpenAI |
|
||||
| OPENAI_API_HOST | `https://api.openai.com` | The base url, for Azure use `https://<endpoint>.openai.azure.com` |
|
||||
| OPENAI_API_TYPE | `openai` | The API type, options are `openai` or `azure` |
|
||||
|
|
Loading…
Reference in New Issue