chore: fix merge regressions

Refs: OPS-85
This commit is contained in:
Christoph J. Scherr 2025-03-23 18:19:50 +01:00
parent 2c1e1e1488
commit 3e833fde68
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB
2 changed files with 947 additions and 8 deletions

951
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -7,8 +7,8 @@ const removeImageBtn = document.getElementById("remove-image");
const responseBox = document.getElementById("response-box"); const responseBox = document.getElementById("response-box");
const submitButton = document.getElementById("submit-button"); const submitButton = document.getElementById("submit-button");
const errorMessage = document.getElementById("error-message"); const errorMessage = document.getElementById("error-message");
const yesButton = document.getElementById("yes-button"); const yesButton = document.getElementById("yesButton");
const noButton = document.getElementById("no-button"); const noButton = document.getElementById("noButton");
const generatingHaikuBox = document.getElementById("generating-haiku-box"); const generatingHaikuBox = document.getElementById("generating-haiku-box");
const generatedHaikuBox = document.getElementById("generated-haiku-box"); const generatedHaikuBox = document.getElementById("generated-haiku-box");
let haiku_prompt = ""; let haiku_prompt = "";