mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-17 03:29:29 +08:00
This should work in on the preview system aka prod now ig.
This commit is contained in:
parent
0454daa7d1
commit
c81767b903
@ -17,7 +17,7 @@ export default defineEventHandler(async (event) => {
|
||||
});
|
||||
} else {
|
||||
groqClient = new Groq({
|
||||
apiKey: process.env.GROQ_API_KEY,
|
||||
apiKey: process.env.NUXT_GROQ_API_KEY,
|
||||
});
|
||||
}
|
||||
const query = getQuery(event);
|
||||
|
Loading…
x
Reference in New Issue
Block a user