generated from nhcarrigan/template
feat: initial prototype
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* @copyright nhcarrigan
|
||||
* @license Naomi's Public License
|
||||
* @author Naomi Carrigan
|
||||
*/
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention -- Importing a class.
|
||||
import Anthropic from "@anthropic-ai/sdk";
|
||||
|
||||
/**
|
||||
* The Anthropic AI instance.
|
||||
*/
|
||||
export const ai = new Anthropic({
|
||||
apiKey: process.env.AI_TOKEN,
|
||||
});
|
||||
Reference in New Issue
Block a user