@teamlearners/clawops 0.20.1 → 0.20.2

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.
@@ -1,4 +1,4 @@
1
- import { DEFAULT_BASE_URL, AgentError, AgentConnectionError, VERSION } from '../chunk-QSLVO7PM.js';
1
+ import { DEFAULT_BASE_URL, AgentError, AgentConnectionError, VERSION } from '../chunk-NFIXFBG7.js';
2
2
  import pino from 'pino';
3
3
  import * as fs from 'fs';
4
4
  import * as path from 'path';
@@ -3018,7 +3018,7 @@ var OpenAIRealtime = class {
3018
3018
  format: { type: "audio/pcmu" },
3019
3019
  noise_reduction: { type: "near_field" },
3020
3020
  transcription: {
3021
- model: "gpt-4o-transcribe-diarize",
3021
+ model: "gpt-4o-transcribe",
3022
3022
  language: this._language
3023
3023
  },
3024
3024
  turn_detection: this._turnDetection