mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-17 19:39:30 +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 {
|
} 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…
x
Reference in New Issue
Block a user