From 24ecd96596501ac1220064c70ed554588ff164cf Mon Sep 17 00:00:00 2001 From: aomukai Date: Sat, 15 Nov 2025 03:38:29 +0900 Subject: [PATCH] Added the AI config menu, options to select an API endpoint, or configure a local model. --- main.html | 170 +++++++++++++++++++++++++++++++++++++---- src/ai.js | 80 ++++++++++++++------ src/app.js | 99 +++++++++++++++++++++++- src/generation.js | 189 ++++++++++++++++++++++++++++++++++++++++++---- src/styles.css | 5 ++ 5 files changed, 486 insertions(+), 57 deletions(-) diff --git a/main.html b/main.html index 6edf00f..99467ea 100644 --- a/main.html +++ b/main.html @@ -499,25 +499,163 @@ - - +