Spaces:
Running
Running
File size: 144 Bytes
8cfdcec |
1 2 3 4 5 6 7 |
import OpenAI from "openai";
export const hf = new OpenAI({
apiKey: process.env.HF_TOKEN,
baseURL: "https://router.huggingface.co/v1",
});
|