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>
8 lines
346 B
Text
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
|