utilitas 1995.2.15 → 1995.2.16

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.
package/README.md CHANGED
@@ -194,13 +194,15 @@ Works in Node.js and modern browsers.
194
194
 
195
195
  | symbol | type | params / value |
196
196
  | :--- | :--- | :--- |
197
- | _NEED | Array | @waylaidwanderer/chatgpt-api |
197
+ | _NEED | Array | openai,@waylaidwanderer/chatgpt-api |
198
198
  | default | AsyncFunction | |
199
199
  | MAX_CONTEXT_TOKENS | Number | 4096 |
200
200
  | MAX_PROMPT_TOKENS | Number | 2457 |
201
201
  | MAX_RESPONSE_TOKENS | Number | 1639 |
202
202
  | countTokens | Function | txt |
203
+ | createEmbedding | AsyncFunction | input, options |
203
204
  | init | AsyncFunction | |
205
+ | initOpenAI | AsyncFunction | options |
204
206
 
205
207
  ### [horizon](./lib/horizon.mjs)
206
208