mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
remove unrelated debugger tooling
This commit is contained in:
parent
8df24b5413
commit
54f762eeeb
1 changed files with 0 additions and 24 deletions
24
.vscode/launch.json
vendored
24
.vscode/launch.json
vendored
|
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "LiteLLM proxy (debug)",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/litellm/proxy/proxy_cli.py",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"args": [
|
||||
"--host",
|
||||
"0.0.0.0",
|
||||
"--config",
|
||||
"dev_config.yaml",
|
||||
"--port",
|
||||
"4000",
|
||||
"--num_workers",
|
||||
"1"
|
||||
],
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue