@effect/ai-openai 0.12.1 → 0.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,7 +25,7 @@ import * as OpenAiTokenizer from "./OpenAiTokenizer.js"
25
25
  * @since 1.0.0
26
26
  * @category models
27
27
  */
28
- export type Model = typeof Generated.CreateChatCompletionRequestModel.Encoded
28
+ export type Model = typeof Generated.CreateChatCompletionRequestModelEnum.Encoded
29
29
 
30
30
  const make = (options: {
31
31
  readonly model: (string & {}) | Model
@@ -15,7 +15,7 @@ import { OpenAiClient } from "./OpenAiClient.js"
15
15
  * @since 1.0.0
16
16
  * @category models
17
17
  */
18
- export type Model = typeof Generated.CreateEmbeddingRequestModel.Encoded
18
+ export type Model = typeof Generated.CreateEmbeddingRequestModelEnum.Encoded
19
19
 
20
20
  /**
21
21
  * @since 1.0.0