Ë
    Ýªg`  ã                   ó*   — d Z ddlmZ  G d„ de«      Zy)z“
Translates from OpenAI's `/v1/chat/completions` to the VLLM sdk `llm.generate`. 

NOT RECOMMENDED FOR PRODUCTION USE. Use `hosted_vllm/` instead.
é   )ÚHostedVLLMChatConfigc                   ó   — e Zd ZdZy)Ú
VLLMConfigzB
    VLLM SDK supports the same OpenAI params as hosted_vllm.
    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© ó    ú`/var/www/openai/venv/lib/python3.12/site-packages/litellm/llms/vllm/completion/transformation.pyr   r   
   s   „ ñð 	r   r   N)r	   Úhosted_vllm.chat.transformationr   r   r
   r   r   Ú<module>r      s   ðñõ Dô	Ð%õ 	r   