docs(proxy_server.md): update proxy server docs to include multi-agent autogen tutorial

This commit is contained in:
Krrish Dholakia 2023-10-17 09:22:25 -07:00
parent ed7cf37e68
commit dcb866b353
9 changed files with 122 additions and 19 deletions

View file

@ -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,