mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +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
|
@ -729,7 +729,6 @@ def completion(
|
|||
headers
|
||||
or litellm.headers
|
||||
)
|
||||
print(f'headers before hf rest api: {hf_headers}')
|
||||
model_response = huggingface_restapi.completion(
|
||||
model=model,
|
||||
messages=messages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue