Update .env
Browse files
.env
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
# By default, all models are allowed except for 'dall-e' / 'azure-dall-e'.
|
33 |
# To allow DALL-E image generation, uncomment the line below and add 'dall-e' or
|
34 |
# 'azure-dall-e' to the list of allowed model families.
|
35 |
-
ALLOWED_MODEL_FAMILIES=gpt4o,claude
|
36 |
|
37 |
# Which services can be used to process prompts containing images via multimodal
|
38 |
# models. The following services are recognized:
|
|
|
32 |
# By default, all models are allowed except for 'dall-e' / 'azure-dall-e'.
|
33 |
# To allow DALL-E image generation, uncomment the line below and add 'dall-e' or
|
34 |
# 'azure-dall-e' to the list of allowed model families.
|
35 |
+
ALLOWED_MODEL_FAMILIES=gpt4o,claude,claude-opus
|
36 |
|
37 |
# Which services can be used to process prompts containing images via multimodal
|
38 |
# models. The following services are recognized:
|