Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaXYWang committed Dec 5, 2023
1 parent 9d2a813 commit 7c095fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,4 @@ trait HasOpenAITextParams extends HasOpenAISharedParams {

abstract class OpenAIServicesBase(override val uid: String) extends CognitiveServicesBase(uid: String) {
setDefault(timeout -> 360.0)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ trait ConcurrencyParams extends Wrappable {
case Some(v) => setConcurrentTimeout(v)
case None => clear(concurrentTimeout)
}

setDefault(concurrency -> 1, timeout -> 60.0)

}

trait HasURL extends Params {
Expand Down

0 comments on commit 7c095fb

Please sign in to comment.