foyer-work / merlin-node

Merlin SDK Provides A Unified API To Interact With 20+ LLM Models.
https://api.getmerlin.in/
MIT License
41 stars 9 forks source link

give merlin config apiKey and still got a init error about open_ai_key env not provider. #3

Open chenyuncai opened 7 months ago

chenyuncai commented 7 months ago

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 *****' } })

puneet1337 commented 7 months ago

What is your platform?

chenyuncai commented 6 months ago

windows 11.