We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
▶ fabric --model google/gemini-flash-1.5-8b -a "$HOME/Downloads/whisper_transcription.m4a" "Please transcribe the attached audio file into an SRT file" --dry-run Dry run: Would send the following request: User: Options: Model: google/gemini-flash-1.5-8b Temperature: 0.700000 TopP: 0.900000 PresencePenalty: 0.000000 FrequencyPenalty: 0.000000 empty response
I expected the User prompt to be "Please transcribe the attached audio file into an SRT file", but seems it's empty.
To compare, this is what the output is when I ran without the attachment flag:
▶ fabric --model google/gemini-flash-1.5-8b "Please transcribe the attached audio file into an SRT file" --dry-run Dry run: Would send the following request: User: Please transcribe the attached audio file into an SRT file Options: Model: google/gemini-flash-1.5-8b Temperature: 0.700000 TopP: 0.900000 PresencePenalty: 0.000000 FrequencyPenalty: 0.000000 empty response
Is this a bug?
No response
The text was updated successfully, but these errors were encountered:
Can you change the order of the options, I'm curious to learn if that makes a difference?
Sorry, something went wrong.
Tried two other permutations and neither worked
▶ fabric --model google/gemini-flash-1.5-8b "Please transcribe the attached audio file into an SRT file" -a "$HOME/Downloads/whisper_transcription.m4a" --dry-run Dry run: Would send the following request: User: Options: Model: google/gemini-flash-1.5-8b Temperature: 0.700000 TopP: 0.900000 PresencePenalty: 0.000000 FrequencyPenalty: 0.000000 ~ ▶ fabric "Please transcribe the attached audio file into an SRT file" --model google/gemini-flash-1.5-8b -a "$HOME/Downloads/whisper_transcription.m4a" --dry-run Dry run: Would send the following request: User: Options: Model: google/gemini-flash-1.5-8b Temperature: 0.700000 TopP: 0.900000 PresencePenalty: 0.000000 FrequencyPenalty: 0.000000 empty response
No branches or pull requests
What happened?
I expected the User prompt to be "Please transcribe the attached audio file into an SRT file", but seems it's empty.
To compare, this is what the output is when I ran without the attachment flag:
Is this a bug?
Version check
Relevant log output
No response
Relevant screenshots (optional)
No response
The text was updated successfully, but these errors were encountered: