metaskills / experts

Experts.js is the easiest way to create and deploy OpenAI's Assistants and link them together as Tools to create advanced Multi AI Agent Systems with expanded memory and attention to detail.
https://www.unremarkable.ai/experts/
MIT License
995 stars 56 forks source link

OPENAI_API_KEY pass as parameter #29

Open noel-schenk opened 2 months ago

noel-schenk commented 2 months ago

I would prefer to be able to set the OPENAI_API_KEY as a parameter or any other way I prefer and not be forced to use env variables.

metaskills commented 2 months ago

Sounds reasonable. Could easily move a few things around to allow that.

noel-schenk commented 2 months ago

@metaskills sorry about the edit :) I'm currently trying to implement the library into a demo project and trying to document "issues" that I find irritating. Do you prefer having one ticket which I will occasionally update with my findings, or opening multiple issue per topic that have to be closed if not relevant?

metaskills commented 2 months ago

Multiple per topic sounds best. Love the feedback too!

ighormartins commented 2 months ago

I would prefer to be able to set the OPENAI_API_KEY as a parameter or any other way I prefer and not be forced to use env variables.

Agreed. It makes sense to have this option.