import os from groq import Groq client = Groq() filename = os.path.dirname(__file__) + "/audio.m4a" with open(filename, "rb") as file: transcription = client.audio.transcriptions.create( file=(filename, file.read()), model="whisper-large-v3", language="en", response_format="verbose_json", ) print(transcription.text)

Amazon Shipping

Friday, June 27, 2025

  just for laughs

https://www.facebook.com/share/p/16TguUxRU1/

 

DONT BE THIS GUY NEVER ! 


Thursday, June 26, 2025

Tuesday, June 24, 2025