Procházet zdrojové kódy

Add system promt variable to docs

Added the system promt variable and added a bit information for beginners
pull/2805/head
wuast94 před 2 roky
committed by GitHub
rodič
revize
4a1ed92671
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. +5
    -0
      docs/configuring-playbook-bot-chatgpt.md

+ 5
- 0
docs/configuring-playbook-bot-chatgpt.md Zobrazit soubor

@@ -43,6 +43,11 @@ matrix_bot_chatgpt_openai_api_key: ''
# Matrix access token (from bot user above) # Matrix access token (from bot user above)
# see: https://webapps.stackexchange.com/questions/131056/how-to-get-an-access-token-for-element-riot-matrix # see: https://webapps.stackexchange.com/questions/131056/how-to-get-an-access-token-for-element-riot-matrix
matrix_bot_chatgpt_matrix_access_token: '' matrix_bot_chatgpt_matrix_access_token: ''

# Configuring the system promt used, needed if the bot is used for special tasks.
# More information: https://github.com/mustvlad/ChatGPT-System-Prompts
matrix_bot_chatgpt_matrix_bot_prompt_prefix: 'Instructions:\nYou are ChatGPT, a large language model trained by OpenAI.'

``` ```


You will need to get tokens for ChatGPT. You will need to get tokens for ChatGPT.


Načítá se…
Zrušit
Uložit