import getkey

This commit is contained in:
Copper 2024-06-18 17:56:49 -07:00 committed by GitHub
parent 52bb0e009e
commit 6196d91077
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,5 @@
const Groq = require('groq-sdk');
import { getKey } from '../utils/keys.js';
const groq = new Groq();
async function main() {