Skip to content

Commit

Permalink
chore: we don't need tp configure DryRun vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenEisler committed Oct 11, 2024
1 parent 6dbd24e commit d33175e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/fabric.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func NewFabricBase(db *db.Db) (ret *Fabric) {
"Enter the index the name of your default model")

ret.VendorsAll.AddVendors(openai.NewClient(), azure.NewClient(), ollama.NewClient(), groq.NewClient(),
gemini.NewClient(), anthropic.NewClient(), siliconcloud.NewClient(), openrouter.NewClient(), mistral.NewClient(), dryrun.NewClient())
gemini.NewClient(), anthropic.NewClient(), siliconcloud.NewClient(), openrouter.NewClient(), mistral.NewClient())

return
}
Expand Down

0 comments on commit d33175e

Please sign in to comment.