mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
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:
parent
1e4e13f1b7
commit
d28967d3ae
2 changed files with 25 additions and 0 deletions
|
@ -112,6 +112,7 @@ const submitChangeAction = async (action: string) => {
|
|||
body: JSON.stringify({
|
||||
action: actionMatch.name,
|
||||
value: actionMatch.sendValue,
|
||||
jsonValue: "",
|
||||
}),
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue