Antonio Matera

Results 2 comments of Antonio Matera

> should be as simple as changing the line in server.js to this > > ``` > const anthropic = new Anthropic({ > apiKey: process.env['ANTHROPIC_API_KEY'] > }); > ``` still...

I added the API key in both .env file and server.js but this is what i get. ``` > [email protected] start > node server (node:71404) ExperimentalWarning: Import assertions are not...