mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-30 22:35:18 +01:00
feat: allow config of DALL-E-3 System Prompt via env 🎨 (#1150)
This commit is contained in:
parent
4f3b66756a
commit
43d7a751d6
4 changed files with 214 additions and 7 deletions
|
|
@ -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):
|
||||
##########################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue