You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21

22
22
23
-
The bot can talk to you like a regular mattermost user. It's like having chat.openai.com built collaboratively built into Mattermost!
23
+
The bot can talk to you like a regular mattermost user. It's like having ``chat.openai.com`` built collaboratively built into Mattermost!
24
24
But that's not all, you can also use it to generate images via Dall-E or diagram visualizations via a yFiles plugin!
25
25
26
26
Here's how to get the bot running - it's easy if you have a Docker host.
@@ -65,7 +65,7 @@ or when [running the docker image](#using-the-ready-made-docker-image) or when c
65
65
| COHERE_API_KEY | no |`0123456789abcdefghijklmno`| The Cohere API key to authenticate. If OPENAI_API_KEY is also set, the original OpenAI is used for vision or image generation. |
66
66
| GOOGLE_API_KEY | no |`0123456789abcdefghijklmno`| The Gemini API key to authenticate. If OPENAI_API_KEY is also set, the original OpenAI is used for vision or image generation. Tested model is only 'gemini-1.5-pro-latest'' |
67
67
| YFILES_SERVER_URL | no |`http://localhost:3835`| The URL to the yFiles graph service for embedding auto-generated diagrams. |
68
-
| NODE_EXTRA_CA_CERTS | no |`/file/to/cert.crt`| a link to a certificate file to pass to node.js for authenticating self-signed certificates |
68
+
| NODE_EXTRA_CA_CERTS | no |`/file/to/cert.crt`| a link to a certificate file to pass to ``node.js`` for authenticating self-signed certificates |
69
69
| MATTERMOST_BOTNAME | no |`"@chatgpt"`| the name of the bot user in Mattermost, defaults to '@chatgpt' |
70
70
| PLUGINS | no |`graph-plugin, image-plugin`| The enabled plugins of the bot. By default all plugins (grpah-plugin and image-plugin) are enabled. |
71
71
| DEBUG_LEVEL | no |`TRACE`| a debug level used for logging activity, defaults to `INFO`|
@@ -219,7 +219,7 @@ docker compose down
219
219
220
220
221
221
## Deploy to Kubernetes with Helm
222
-
The chatgpt-mattermost-bot chart deploys a containerized chatgpt-mattermost-bot instance which will connect to a running mattermost container in the same kubernetes cluster. Chart uses 'mattermost-team-edition' and the 'mattermost' namespace by default. Uses environment variables MATTERMOST_TOKEN and OPENAI_API_KEY.
222
+
The chatgpt-mattermost-bot chart deploys a containerized chatgpt-mattermost-bot instance which will connect to a running mattermost container in the same Kubernetes cluster. Chart uses 'mattermost-team-edition' and the 'mattermost' namespace by default. Uses environment variables MATTERMOST_TOKEN and OPENAI_API_KEY.
0 commit comments