Rocky_Mountain_Vending/.pnpm-store/v10/files/11/94808120c7aa8c387d6e353895c9f6a851e12b60c57bdf8f6c1e2c8c3bf0ec29e9e53c5e5fdf3791024f3781216b9baf445bd5746206efcedc0146b47bcdc6
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

8 lines
346 B
Text

const OPENAI_INTEGRATION_NAME = 'OpenAI';
// https://platform.openai.com/docs/quickstart?api-mode=responses
// https://platform.openai.com/docs/quickstart?api-mode=chat
const INSTRUMENTED_METHODS = ['responses.create', 'chat.completions.create'] ;
export { INSTRUMENTED_METHODS, OPENAI_INTEGRATION_NAME };
//# sourceMappingURL=constants.js.map