LM studio setting

#11
by mini1964 - opened

I'm new to the local AI scene, so excuse the basic question. What kind of settings should I be using in LM Studio? Any 'sweet spot' values you recommend?

스크린샷 2026-04-10 192851

Thinking mode for general tasks:
temperature=1.0, top_p=0.95, top_k=20, min_p=0.0, presence_penalty=1.5, repetition_penalty=1.0

Thinking mode for precise coding tasks:
temperature=0.6, top_p=0.95, top_k=20, min_p=0.0, presence_penalty=0.0, repetition_penalty=1.0

Instruct (non-thinking) for general tasks
Temperature=0.7, top_p=0.8, top_k=20, min_p=0.0, presence_penalty=1.5, repetition_penalty=1.0

Thanks a lot for sharing these settings — really helpful!

Sign up or log in to comment