|
|
|
|
|
by what-the-grump
355 days ago
|
|
I cannot reproduce this in any version of copilot? Copilot with outlook.com Copilot base one that comes with M365, And the add-on one for 30$/mo. Copilot in VS code All produce: ffmpeg -i movie.mov -vcodec libx264 -crf 23 -preset medium -acodec aac -b:a 128k output.mp4 Which is not surprising because its just an Open AI 4o call... so how are you getting this? |
|
Because LLM-based service outputs are fundamentally not-reproduceable. We have no insight into any of the model settings, the context, what model is being run, etc.