Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Dec 12, 2024
1 parent 6bbe6f2 commit 880a3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave/trace/autopatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AutopatchSettings(BaseModel):

anthropic: IntegrationSettings = Field(default_factory=IntegrationSettings)
cerebras: IntegrationSettings = Field(default_factory=IntegrationSettings)
# cohere: IntegrationSettings = Field(default_factory=IntegrationSettings)
cohere: IntegrationSettings = Field(default_factory=IntegrationSettings)
# dspy: IntegrationSettings = Field(default_factory=IntegrationSettings)
# google_ai_studio: IntegrationSettings = Field(default_factory=IntegrationSettings)
# groq: IntegrationSettings = Field(default_factory=IntegrationSettings)
Expand Down

0 comments on commit 880a3b8

Please sign in to comment.