Michael Kenna
Michael Kenna
> > Can you share the specific commands you are running? > > Tried both > > set OPENAI_API_KEY=KEY set: OPENAI_API_KEY=KEY try $env:OPENAI_API_KEY="" on Windows
> using $env:OPENAI_API_KEY="" on Windows > > INFO:openai:error_code=model_not_found error_message="The model 'gpt-4' does not exist" error_param=model error_type=invalid_request_error message='OpenAI API error received' stream_error=False Model gpt-4 not available for provided API key. Reverting...
It should be maxLength instead of max_length: ``` php $record_params = array( 'transcribe' => 'false', 'maxLength' => 60, // this would be for 1 minute in length ); ```
@afilina no problem. You weren't the only one getting really long phone robo calls. Yesterday I got one that was 1 hour long, and that lead me to this thread....