jan/src-tauri
Akarshan Biswas 08de0fa42d
fix: prevent terminal window from opening on model load on WindowsOS (#5837)
On Windows, spawning the llamacpp server was causing an unwanted terminal window
to appear. This is now fixed by combining `CREATE_NO_WINDOW` with
`CREATE_NEW_PROCESS_GROUP` using `.creation_flags(...)`, ensuring that the
process runs in the background without a console window.

This change only applies to 64-bit Windows builds.
2025-07-21 13:24:31 +05:30
..
2025-07-10 21:14:21 +07:00
2025-07-07 18:27:45 +07:00
2025-05-15 17:10:20 +07:00
2025-05-15 17:10:00 +07:00
2025-05-15 17:09:58 +07:00