@tyvm/knowhow 0.0.13 → 0.0.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tyvm/knowhow",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "ai cli with plugins and agents",
5
5
  "main": "ts_build/src/index.js",
6
6
  "bin": {
@@ -187,7 +187,7 @@ export class GenericOpenAiClient extends OpenAI implements GenericClient {
187
187
  cached_input: 0,
188
188
  output: 0,
189
189
  },
190
- [EmbeddingModels.openai.EmbeddingLarge3]: {
190
+ [EmbeddingModels.openai.EmbeddingSmall3]: {
191
191
  input: 0.02,
192
192
  cached_input: 0,
193
193
  output: 0,
@@ -169,7 +169,7 @@ class GenericOpenAiClient extends openai_1.default {
169
169
  cached_input: 0,
170
170
  output: 0,
171
171
  },
172
- [types_1.EmbeddingModels.openai.EmbeddingLarge3]: {
172
+ [types_1.EmbeddingModels.openai.EmbeddingSmall3]: {
173
173
  input: 0.02,
174
174
  cached_input: 0,
175
175
  output: 0,