graphlit-client 1.0.20240903001 → 1.0.20240906001

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.
@@ -3501,6 +3501,8 @@ export declare enum GroqModels {
3501
3501
  Llama_3_8B = "LLAMA_3_8B",
3502
3502
  /** LLaMA 3 70b */
3503
3503
  Llama_3_70B = "LLAMA_3_70B",
3504
+ /** LLaVA 1.5 7B */
3505
+ Llava_1_5_7B = "LLAVA_1_5_7B",
3504
3506
  /** Mixtral 8x7b Instruct */
3505
3507
  Mixtral_8X7BInstruct = "MIXTRAL_8X7B_INSTRUCT"
3506
3508
  }
@@ -705,6 +705,8 @@ var GroqModels;
705
705
  GroqModels["Llama_3_8B"] = "LLAMA_3_8B";
706
706
  /** LLaMA 3 70b */
707
707
  GroqModels["Llama_3_70B"] = "LLAMA_3_70B";
708
+ /** LLaVA 1.5 7B */
709
+ GroqModels["Llava_1_5_7B"] = "LLAVA_1_5_7B";
708
710
  /** Mixtral 8x7b Instruct */
709
711
  GroqModels["Mixtral_8X7BInstruct"] = "MIXTRAL_8X7B_INSTRUCT";
710
712
  })(GroqModels || (exports.GroqModels = GroqModels = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20240903001",
3
+ "version": "1.0.20240906001",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",