Add bascic groq api key saving function (but I can't test it, as my

laptop is basic unusable when launching the dev server, So I guess I'm
testing in prod now 🤷🤷🤷🤷
This commit is contained in:
yuanhau 2025-06-09 10:46:34 +08:00
parent 1e4e13f1b7
commit d28967d3ae
2 changed files with 25 additions and 0 deletions

View file

@ -112,6 +112,7 @@ const submitChangeAction = async (action: string) => {
body: JSON.stringify({
action: actionMatch.name,
value: actionMatch.sendValue,
jsonValue: "",
}),
});