-
Notifications
You must be signed in to change notification settings - Fork 2
Home
BobMaster edited this page Jan 4, 2024
·
7 revisions
If you have any questions, feel free to open an issue or join our matrix room:
https://matrix.to/#/#public:matrix.qqs.tw
Glossary
*: required
| parameter | |
|---|---|
| server_url* | your mattermost instance domain name |
| port | int, server port |
| scheme | str, http or https |
| email* | account email address |
| password* | account password |
| username* | account username |
| openai_api_key | for !gpt and !chat command |
| gpt_api_endpoint | official or self-host chatgpt api endpoint |
| gpt_model | str, gpt-3.5-turbo |
| max_tokens | int, 4000 |
| top_p | float, 1.0 |
| presence_penalty | float, 0.0 |
| frequency_penalty | float, 0.0 |
| reply_count | int, 1 |
| temperature | float, 0.8 |
| system_prompt | str, You are ChatGPT, a large language model trained by OpenAI. Respond conversationally |
| image_generation_endpoint | str, official DALL-E or self-host image generation endpoint |
| image_generation_backend | str, openai or sdwui or localai |
| image_generation_size | str, 512x512 by default |
| image_format | str, jpeg or png, jpeg by default |
| sdwui_steps | int, 20 by default |
| sdwui_sampler_name | str, Euler a by default |
| sdwui_cfg_scale | float, 7 by default |
| timeout | float, 120.0 |