We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
just the eample code with pnpm and typescript.
import { Merlin } from 'merlin-node' const merlin = new Merlin({ merlinConfig: { apiKey: 'some key *****************************' } })
The text was updated successfully, but these errors were encountered:
What is your platform?
Sorry, something went wrong.
windows 11.
Before executing the program, set the environment variable in the terminal:
$env:OPENAI_API_KEY = '<API_KEY>'
Then, run your program.
No branches or pull requests
Current Behavior
just the eample code with pnpm and typescript.
Expected Behavior
import { Merlin } from 'merlin-node'
const merlin = new Merlin({ merlinConfig: { apiKey: 'some key *****************************' } })
The text was updated successfully, but these errors were encountered: