mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
docs(proxy_server.md): update proxy server docs to include multi-agent autogen tutorial
This commit is contained in:
parent
ed7cf37e68
commit
dcb866b353
9 changed files with 122 additions and 19 deletions
|
@ -9,6 +9,7 @@ import backoff
|
|||
import openai.error
|
||||
|
||||
import litellm
|
||||
from litellm.utils import trim_messages
|
||||
import litellm.exceptions
|
||||
|
||||
cost_dict: Dict[str, Dict[str, float]] = defaultdict(dict)
|
||||
|
@ -113,7 +114,7 @@ def litellm_completion(data: Dict,
|
|||
user_api_base: Optional[str],
|
||||
user_headers: Optional[dict],
|
||||
user_debug: bool) -> litellm.ModelResponse:
|
||||
try:
|
||||
try:
|
||||
global debug
|
||||
debug = user_debug
|
||||
if user_model:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue