unsloth/studio/frontend/src
Daniel Han b985471637 Increase default max tokens to 8192, disable repetition penalty
- maxTokens: 2048 -> 8192. The old 2048 limit caused generation to
  stop mid-output for longer responses (e.g. reasoning/thinking models
  that produce long chain-of-thought before the answer).
- repetitionPenalty: 1.1 -> 1.0 (disabled). Most models handle
  repetition well on their own. A penalty of 1.1 can hurt quality
  for creative tasks like code generation and ASCII art.
- Change welcome message from "Run LLMs or test your fine-tune" to
  "Chat with your model".
2026-03-16 02:46:56 -07:00
..
app chat only with gguf for mac devices (#4300) 2026-03-15 23:20:48 +04:00
assets Final cleanup 2026-03-12 18:28:04 +00:00
components Increase default max tokens to 8192, disable repetition penalty 2026-03-16 02:46:56 -07:00
config chat only with gguf for mac devices (#4300) 2026-03-15 23:20:48 +04:00
features Increase default max tokens to 8192, disable repetition penalty 2026-03-16 02:46:56 -07:00
hooks Friendlier unsupported model errors, show estimated download size 2026-03-16 02:46:56 -07:00
lib Update license headers 2026-03-12 17:23:10 +00:00
shared Update license headers 2026-03-12 17:23:10 +00:00
stores Update license headers 2026-03-12 17:23:10 +00:00
types Update license headers 2026-03-12 17:23:10 +00:00
utils Update license headers 2026-03-12 17:23:10 +00:00
index.css Final cleanup 2026-03-12 18:28:04 +00:00
main.tsx chat only with gguf for mac devices (#4300) 2026-03-15 23:20:48 +04:00
speech-recognition.d.ts Update license headers 2026-03-12 17:23:10 +00:00