AI-admin: legg til allowed_fails i router_settings for bedre fallback
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c67beb6086
commit
ba9218e594
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,8 @@ export const POST: RequestHandler = async ({ locals, url }) => {
|
|||
yaml += ' routing_strategy: "simple-shuffle"\n';
|
||||
yaml += ' num_retries: 2\n';
|
||||
yaml += ' timeout: 60\n';
|
||||
yaml += ' allowed_fails: 1\n';
|
||||
yaml += ' retry_after: 5\n';
|
||||
yaml += '\ngeneral_settings:\n';
|
||||
yaml += ' master_key: "os.environ/LITELLM_MASTER_KEY"\n';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue