ソースを参照

Merge pull request #2805 from wuast94/patch-1

Add system promt variable to docs
pull/2808/head
Slavi Pantaleev 2年前
committed by GitHub
コミット
cf63ce52e6
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      docs/configuring-playbook-bot-chatgpt.md

+ 5
- 0
docs/configuring-playbook-bot-chatgpt.md ファイルの表示

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


読み込み中…
キャンセル
保存