update readme

This commit is contained in:
Mckay Wrigley 2023-04-18 08:06:40 -06:00
parent 7c259b98cb
commit 4f672b926a
1 changed files with 15 additions and 34 deletions

View File

@ -14,28 +14,9 @@ Expect frequent improvements.
**Next up:** **Next up:**
- [ ] Delete messages - [ ] Import/Export prompts
- [ ] More model settings - [ ] "Bots"
- [ ] Plugins - [ ] Sharing
**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)
## Modifications ## Modifications
@ -113,7 +94,7 @@ You should be able to start chatting.
When deploying the application, the following environment variables can be set: When deploying the application, the following environment variables can be set:
| Environment Variable | Default value | Description | | Environment Variable | Default value | Description |
| --------------------- | ------------------------------ | ------------------------------------------------------- | | --------------------------------- | ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- |
| OPENAI_API_KEY | | The default API key used for authentication with OpenAI | | 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_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` | | OPENAI_API_TYPE | `openai` | The API type, options are `openai` or `azure` |