Skip to content

Commit

Permalink
fix ZeroshotAPIUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Robi9 committed Sep 19, 2023
1 parent 9ca5bb2 commit 5c8d495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func NewDefaultConfig() *Config {
FlowStartBatchTimeout: 15,

ZeroshotAPIToken: "",
ZeroshotAPIUrl: "http://engine-ai.dev.cloud.weni.ai/",
ZeroshotAPIUrl: "http://engine-ai.dev.cloud.weni.ai",
}
}

Expand Down

0 comments on commit 5c8d495

Please sign in to comment.