DeepSeek outputs thought process by default
Hi Folks,
I am trying this model with LM Studio and also via code. In the LM Studio chat window or even when I am calling the LLM via code, I am getting the model's thought process by default
An example below
Prompt: Are roses red?
Output:
Okay, so I'm trying to figure out whether roses are always red. Hmm, I know that in some contexts, like in a bouquet or in a garden, roses are often displayed in red colors. But wait, aren't there other colors of roses too? I think I've seen white, pink, and even yellow roses. Maybe the color depends on the type of rose plant?
I should consider different species of roses. There's the standard red variety, but then there are dwarf roses which I believe come in white and pink. Oh right, some people grow them for cut flowers, so the color might be more about accessibility than nature. Also, there are hybrid roses like下跌, I think they can have different colors too.
Wait, are all roses red? No way. I remember seeing a few white roses in my life, maybe even some with just petals in white and others in shades of red. Also, I think there are black roses, but I'm not sure if they're commonly available or even legal in some places. There are also Rosa multiflora, which have multiple colors and shapes.
Maybe the color varies based on the region or culture too. In some countries, red roses are a symbol of love, but in others, like Japan, they might have different meanings or even other colors. So it's not just about the rose being red, but also the context in which they're used.
I should check if there are any non-traditional colors. I knowPorts have deep red stems, but the flowers can be white or other shades. There's also the possibility of using imported roses that come in different colors, but I'm not entirely sure about their availability.
So putting it all together: roses can be red, but they're also available in other colors. The color likely depends on the variety, species, and maybe even cultural or symbolic reasons beyond just aesthetics.
Roses are not always red; they come in a variety of colors including white, pink, yellow, and even black. The color often depends on the rose's species, variety, or cultural significance rather than just being red.
----End of Output
Don't get me wrong, this thought process is pretty cool (super cool actually) but clearly not something we want in a API or chat option by default. Is there something wrong I am doing. there does not seem to be an option to turn off the thought process output in API call / LM Studio
Any help appreciated.
Regards,
Shyam
did you get any solution?
I did a regex filter using re.sub(...)
Not elegant but worked.