This commit is contained in:
Ishaan Jaff
2025-07-11 21:59:10 -07:00
parent 1c91e22942
commit e64bd66b1c
+1 -12
View File
@@ -1,18 +1,7 @@
"""
Translate from OpenAI's `/v1/chat/completions` to Groq's `/v1/chat/completions`
"""
from typing import (
TYPE_CHECKING,
Any,
Coroutine,
List,
Literal,
Optional,
Tuple,
Union,
cast,
overload,
)
from typing import Any, Coroutine, List, Literal, Optional, Tuple, Union, cast, overload
import httpx
from pydantic import BaseModel