UNPKG

@gensx/anthropic

Version:

Anthropic integration for GenSX.

16 lines (10 loc) 350 B
'use strict'; /** * Check out the docs at https://www.gensx.com/docs * Find us on Github https://github.com/gensx-inc/gensx * Find us on Discord https://discord.gg/F5BSU8Kc */ var anthropic = require('./anthropic.cjs'); exports.Anthropic = anthropic.Anthropic; exports.wrapAnthropic = anthropic.wrapAnthropic; //# sourceMappingURL=index.cjs.map