Allow overriding default Claude model selection (khanon/oai-reverse-proxy!19)
This commit is contained in:
@@ -35,6 +35,13 @@
|
||||
OPENAI_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
ANTHROPIC_KEY=sk-ant-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
|
||||
# TEMPORARY: This will eventually be replaced by a more robust system.
|
||||
# You can adjust the models used when sending OpenAI prompts to /anthropic.
|
||||
# Refer to Anthropic's docs for more info (note that they don't list older
|
||||
# versions of the models, but they still work).
|
||||
# CLAUDE_SMALL_MODEL=claude-v1.2
|
||||
# CLAUDE_BIG_MODEL=claude-v1-100k
|
||||
|
||||
# You can require a Bearer token for requests when using proxy_token gatekeeper.
|
||||
# PROXY_KEY=your-secret-key
|
||||
|
||||
|
||||
Reference in New Issue
Block a user