feat: allow config of DALL-E-3 System Prompt via env 🎨 (#1150)

This commit is contained in:
Danny Avila 2023-11-07 18:52:23 -05:00 committed by GitHub
parent 4f3b66756a
commit 43d7a751d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 214 additions and 7 deletions

View file

@ -132,6 +132,12 @@ DEBUG_OPENAI=false # Set to true to enable debug mode for the OpenAI endpoint
# This may be the case for LocalAI with some models. To do so, uncomment the following:
# OPENAI_FORCE_PROMPT=true
# (Advanced) For customization of the DALL-E-3 System prompt,
# uncomment the following, and provide your own prompt:
# See official prompt for reference:
# https://github.com/spdustin/ChatGPT-AutoExpert/blob/main/_system-prompts/dall-e.md
# DALLE3_SYSTEM_PROMPT="Your System Prompt here"
##########################
# OpenRouter (overrides OpenAI and Plugins Endpoints):
##########################