Skip to content

Commit

Permalink
🤖 llm model config
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Jul 19, 2024
1 parent 1e00379 commit 0fe7e0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/chat-gpt-next-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
OPENAI_API_KEY: ${OPENAI_API_KEY:-}
ANTHROPIC_API_KEY: ${ANTHROPIC_API_KEY:-}
CUSTOM_MODELS: -all,+gpt-4o@OpenAI,+gpt-4o-mini@OpenAI,+claude-3-5-sonnet-20240620@Anthropic=claude-3-5-sonnet,+claude-3-opus-20240229@Anthropic=claude-3-opus,+claude-3-haiku-20240307@Anthropic=claude-3-haiku
DEFAULT_MODEL: ${DEFAULT_MODEL:-gpt-4o@OpenAI}
HIDE_USER_API_KEY: ${HIDE_USER_API_KEY:-1}
labels:
traefik.enable: true
Expand Down

0 comments on commit 0fe7e0c

Please sign in to comment.