| 1 | // Adapted from: https://github.com/wong2/chat-gpt-google-extension/blob/main/background/index.mjs |
| 2 | |
| 3 | import { Configuration, OpenAIApi } from "openai"; |
| 4 | import { getApiKey, getPromptOptions } from "./config.js"; |
nothing calls this directly
no test coverage detected