@voquill/voice-ai 0.3.1 → 0.3.3

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.
@@ -81,7 +81,7 @@ export const groqGenerateTextResponse = async ({ apiKey, model = "meta-llama/lla
81
81
  const response = await client.chat.completions.create({
82
82
  messages,
83
83
  model,
84
- max_completion_tokens: 8192,
84
+ max_completion_tokens: 5000,
85
85
  response_format: jsonResponse
86
86
  ? JSON_SCHEMA_SUPPORTED_MODELS.has(model)
87
87
  ? {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voquill/voice-ai",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "Shared Groq voice transcription helpers",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,12 +22,12 @@
22
22
  "wavefile": "^11.0.0",
23
23
  "zod": "^3.25.76",
24
24
  "zod-to-json-schema": "^3.25.2",
25
- "@voquill/types": "0.3.1",
26
- "@voquill/utilities": "0.3.1"
25
+ "@voquill/types": "0.3.3",
26
+ "@voquill/utilities": "0.3.3"
27
27
  },
28
28
  "devDependencies": {
29
29
  "typescript": "5.9.2",
30
- "@voquill/typescript-config": "0.3.1"
30
+ "@voquill/typescript-config": "0.3.3"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"