@breign/client 1.0.29 → 1.0.30

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.
@@ -14,7 +14,7 @@
14
14
  * @export
15
15
  */
16
16
  export declare const ProviderTypeUio: {
17
- readonly Llamacpp: "llamacpp";
17
+ readonly Ollama: "ollama";
18
18
  readonly Openai: "openai";
19
19
  readonly Mistral: "mistral";
20
20
  readonly Other: "other";
@@ -24,7 +24,7 @@ exports.ProviderTypeUioToJSONTyped = ProviderTypeUioToJSONTyped;
24
24
  * @export
25
25
  */
26
26
  exports.ProviderTypeUio = {
27
- Llamacpp: 'llamacpp',
27
+ Ollama: 'ollama',
28
28
  Openai: 'openai',
29
29
  Mistral: 'mistral',
30
30
  Other: 'other'
package/dist/openapi.json CHANGED
@@ -8649,7 +8649,7 @@
8649
8649
  "type" : "string"
8650
8650
  },
8651
8651
  "ProviderType" : {
8652
- "enum" : [ "llamacpp", "openai", "mistral", "other" ],
8652
+ "enum" : [ "ollama", "openai", "mistral", "other" ],
8653
8653
  "type" : "string"
8654
8654
  },
8655
8655
  "GuardianType" : {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breign/client",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "main": "dist/index.js",
5
5
  "exports": {
6
6
  ".": "./dist/index.js",