
    AHj                          d Z ddlZeZd Zy)zF
Internal unified UUID helper.

Always uses fastuuid for performance.
    Nc                  *    t         j                         S )z*Return a UUID4 using the selected backend.)uuiduuid4     E/root/tools/cai/cai_env/lib/python3.12/site-packages/litellm/_uuid.pyr   r      s    ::<r   )__doc__fastuuid_uuidr   r   r   r   r   <module>r      s     r   