Skip to content

Commit

Permalink
fix params for system and user prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
nisi99 committed Nov 29, 2024
1 parent ba33eea commit 3a647ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/docker_compose/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ services:
# Multimodal-Settings
- CONFLUENCE_IMAGE_SUMMARIZATION_MULTIMODAL_ANSWERING=${CONFLUENCE_IMAGE_SUMMARIZATION_MULTIMODAL_ANSWERING:-}
# (optional) Custom Prompt for Image Summarization
- SYSTEM_PROMPT=${SYSTEM_PROMPT:-}
- USER_PROMPT=${USER_PROMPT:-}
- CONFLUENCE_IMAGE_SUMMARIZATION_SYSTEM_PROMPT=${CONFLUENCE_IMAGE_SUMMARIZATION_SYSTEM_PROMPT:-}
- CONFLUENCE_IMAGE_SUMMARIZATION_USER_PROMPT=${CONFLUENCE_IMAGE_SUMMARIZATION_USER_PROMPT:-}

extra_hosts:
- "host.docker.internal:host-gateway"
Expand Down

0 comments on commit 3a647ed

Please sign in to comment.