mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-16 23:49:06 +00:00
This should work in on the preview system aka prod now ig.
This commit is contained in:
parent
0454daa7d1
commit
c81767b903
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export default defineEventHandler(async (event) => {
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
groqClient = new Groq({
|
groqClient = new Groq({
|
||||||
apiKey: process.env.GROQ_API_KEY,
|
apiKey: process.env.NUXT_GROQ_API_KEY,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
const query = getQuery(event);
|
const query = getQuery(event);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue