mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 09:08:56 +01:00 
			
		
		
		
	Merge pull request #2804 from ThellraAK/master
Create and set default for chatgpt prompt
This commit is contained in:
		@@ -88,3 +88,5 @@ matrix_bot_chatgpt_matrix_rich_text: true  # MATRIX_RICH_TEXT=true
 | 
			
		||||
# matrix_bot_chatgpt_environment_variables_extension: |
 | 
			
		||||
#   chatgpt_TEXT_DONE=Done
 | 
			
		||||
matrix_bot_chatgpt_environment_variables_extension: ''
 | 
			
		||||
 | 
			
		||||
matrix_bot_chatgpt_matrix_bot_prompt_prefix: 'Instructions:\nYou are ChatGPT, a large language model trained by OpenAI.'
 | 
			
		||||
 
 | 
			
		||||
@@ -25,6 +25,8 @@ MATRIX_ENCRYPTION={{ matrix_bot_chatgpt_matrix_encryption|lower }}
 | 
			
		||||
MATRIX_THREADS={{ matrix_bot_chatgpt_matrix_threads|lower }}
 | 
			
		||||
MATRIX_RICH_TEXT={{ matrix_bot_chatgpt_matrix_rich_text|lower }}
 | 
			
		||||
 | 
			
		||||
CHATGPT_PROMPT_PREFIX={{ matrix_bot_chatgpt_matrix_bot_prompt_prefix }}
 | 
			
		||||
 | 
			
		||||
DATA_PATH=/data/
 | 
			
		||||
 | 
			
		||||
{{ matrix_bot_chatgpt_environment_variables_extension }}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user