Just tried the new open-source 20b parameter OpenAPI gpt-oss model on my laptop. Here’s what I got.
Have no idea why it needed to generate code for a multi-threaded Fibonacci calculator! Funny part is it did all that, then just loaded the original multiplication request into Python and printed out the result.
On the plus side, the performance was pretty decent.
You must log in or # to comment.
I wonder if they updated the tool prompt in LM Studio
In case you don’t know, if you use tools LMS injects a bunch of shitty prompt that you can’t change, and it has specific examples like fetching the weather in Paris.
I have not checked that prompt since they added a deno based js sandbox, but I could imagine them adding a 1 shot example of a Fibonacci generator.