Gunner2 commited on
Commit
647e9a0
1 Parent(s): dc9e26f

Update .env

Browse files
Files changed (1) hide show
  1. .env +4 -4
.env CHANGED
@@ -44,7 +44,7 @@ NODE_ENV=production
44
  # By default, all models are allowed except for 'dall-e' / 'azure-dall-e'.
45
  # To allow DALL-E image generation, uncomment the line below and add 'dall-e' or
46
  # 'azure-dall-e' to the list of allowed model families.
47
- # ALLOWED_MODEL_FAMILIES=turbo,gpt4,gpt4-32k,gpt4-turbo,claude,claude-opus,gemini-pro,mistral-tiny,mistral-small,mistral-medium,mistral-large,aws-claude,azure-turbo,azure-gpt4,azure-gpt4-32k,azure-gpt4-turbo
48
 
49
  # URLs from which requests will be blocked.
50
  # BLOCKED_ORIGINS=reddit.com,9gag.com
@@ -62,7 +62,7 @@ NODE_ENV=production
62
 
63
  # Whether prompts should be logged to Google Sheets.
64
  # Requires additional setup. See `docs/google-sheets.md` for more information.
65
- # PROMPT_LOGGING=false
66
 
67
  # The port and network interface to listen on.
68
  # PORT=7860
@@ -98,9 +98,9 @@ GATEKEEPER_STORE=firebase_rtdb
98
  # DALL-E 3 costs around US$0.10 per image (10000 tokens).
99
  # See `docs/dall-e-configuration.md` for more information.
100
  # TOKEN_QUOTA_TURBO=0
101
- # TOKEN_QUOTA_GPT4=0
102
  # TOKEN_QUOTA_GPT4_32K=0
103
- # TOKEN_QUOTA_GPT4_TURBO=0
104
  # TOKEN_QUOTA_DALL_E=0
105
  # TOKEN_QUOTA_CLAUDE=0
106
  # TOKEN_QUOTA_GEMINI_PRO=0
 
44
  # By default, all models are allowed except for 'dall-e' / 'azure-dall-e'.
45
  # To allow DALL-E image generation, uncomment the line below and add 'dall-e' or
46
  # 'azure-dall-e' to the list of allowed model families.
47
+ ALLOWED_MODEL_FAMILIES=turbo,gpt4,gpt4-turbo,claude,claude-opus,gemini-pro,mistral-tiny,mistral-small,mistral-medium,mistral-large,aws-claude,azure-turbo,azure-gpt4,azure-gpt4-32k,azure-gpt4-turbo
48
 
49
  # URLs from which requests will be blocked.
50
  # BLOCKED_ORIGINS=reddit.com,9gag.com
 
62
 
63
  # Whether prompts should be logged to Google Sheets.
64
  # Requires additional setup. See `docs/google-sheets.md` for more information.
65
+ PROMPT_LOGGING=false
66
 
67
  # The port and network interface to listen on.
68
  # PORT=7860
 
98
  # DALL-E 3 costs around US$0.10 per image (10000 tokens).
99
  # See `docs/dall-e-configuration.md` for more information.
100
  # TOKEN_QUOTA_TURBO=0
101
+ # TOKEN_QUOTA_GPT4=1
102
  # TOKEN_QUOTA_GPT4_32K=0
103
+ # TOKEN_QUOTA_GPT4_TURBO=1
104
  # TOKEN_QUOTA_DALL_E=0
105
  # TOKEN_QUOTA_CLAUDE=0
106
  # TOKEN_QUOTA_GEMINI_PRO=0