Convert audio file to text
#2
by
nullCraft
- opened
Hello. I ran the model in Colab and I’m using this command to send prompts:
response = llm.create_chat_completion(
messages=[
{"role":"user", "content":"Hello, who are you?"}
]
)
Can I send an audio file along with the prompt like Gemini, so it converts it to text?
Hello @nullCraft ,
Unfortunately you can't because this model is a text to text only LLM. You need a multi modal LLM like Gemma3n.