mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-14 02:22:54 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user