adds gpt4-turbo to userschema; updates docs
This commit is contained in:
+5
-2
@@ -15,7 +15,7 @@
|
||||
# MODEL_RATE_LIMIT=4
|
||||
|
||||
# Max number of output tokens a user can request at once.
|
||||
# MAX_OUTPUT_TOKENS_OPENAI=300
|
||||
# MAX_OUTPUT_TOKENS_OPENAI=400
|
||||
# MAX_OUTPUT_TOKENS_ANTHROPIC=400
|
||||
|
||||
# Whether to show the estimated cost of consumed tokens on the info page.
|
||||
@@ -27,7 +27,10 @@
|
||||
# CHECK_KEYS=true
|
||||
|
||||
# Which model types users are allowed to access.
|
||||
# ALLOWED_MODEL_FAMILIES=claude,turbo,gpt4,gpt4-32k
|
||||
# If you want to restrict access to certain models, uncomment the line below and list only the models you want to allow,
|
||||
# separated by commas. By default, all models are allowed. The following model families are recognized:
|
||||
# turbo | gpt4 | gpt4-32k | gpt4-turbo | claude | bison | aws-claude
|
||||
# ALLOWED_MODEL_FAMILIES=turbo,gpt4-turbo,aws-claude
|
||||
|
||||
# URLs from which requests will be blocked.
|
||||
# BLOCKED_ORIGINS=reddit.com,9gag.com
|
||||
|
||||
Reference in New Issue
Block a user