fix: use fastuuid helper (#14903)

* fix: use fastuuid helper across the codebase

First batch of changes, simple drop in replacement.

* second batch of changes

* fixed: script mistake on helper file
This commit is contained in:
Alexsander Hamir
2025-09-25 15:47:01 -07:00
committed by GitHub
parent ab5fb704c2
commit eaa04cd8ce
159 changed files with 204 additions and 207 deletions
@@ -52,7 +52,7 @@ async def chat_completion_on_port(
Accepts an optional prompt string.
"""
from openai import AsyncOpenAI
import uuid
from litellm._uuid import uuid
if prompt is None:
prompt = f"Say hello! {uuid.uuid4()}" * 100