We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97400b2 commit 74be55eCopy full SHA for 74be55e
openai-core/src/main/scala/io/cequence/openaiscala/service/OpenAIMultiServiceAdapter.scala
@@ -41,11 +41,11 @@ private class OpenAIMultiServiceRandomAccessAdapter(
41
*/
42
object OpenAIMultiServiceAdapter {
43
44
- @Deprecated("Use ofRoundRobinType instead")
+ @deprecated("Use ofRoundRobinType instead")
45
def ofRotationType(underlyings: OpenAIService*): OpenAIService =
46
ofRoundRobinType(underlyings:_*)
47
48
- @Deprecated("Use ofRandomOrderType instead")
+ @deprecated("Use ofRandomOrderType instead")
49
def ofRandomAccessType(underlyings: OpenAIService*): OpenAIService =
50
ofRandomOrderType(underlyings:_*)
51
0 commit comments