fireworks: fix lint (#28821)

This commit is contained in:
Erick Friis 2024-12-19 07:36:36 -08:00 committed by GitHub
parent 6526db4871
commit 907f36a6e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 996 additions and 787 deletions

View File

@ -68,7 +68,7 @@ class FireworksEmbeddings(BaseModel, Embeddings):
[-0.024603435769677162, -0.007543657906353474, 0.0039630369283258915]
"""
client: OpenAI = Field(default=None, exclude=True) #: :meta private:
client: OpenAI = Field(default=None, exclude=True) # type: ignore[assignment] # :meta private:
fireworks_api_key: SecretStr = Field(
alias="api_key",
default_factory=secret_from_env(

File diff suppressed because it is too large Load Diff