Updated UI, now with new base model
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
APP_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||||
|
|
||||||
|
# Wayland bevorzugen (Hyprland)
|
||||||
|
export QT_QPA_PLATFORM="${QT_QPA_PLATFORM:-wayland}"
|
||||||
|
|
||||||
|
# Optional: Wenn du einen venv nutzt
|
||||||
|
if [[ -x "$APP_DIR/.venv/bin/python" ]]; then
|
||||||
|
exec "$APP_DIR/.venv/bin/python" "$APP_DIR/sql_ai_gui_local_ollama_qwen3.py"
|
||||||
|
else
|
||||||
|
exec python "$APP_DIR/sql_ai_gui_local_ollama_qwen3.py"
|
||||||
|
fi
|
||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user