Joel Dietz
Joel Dietz
Not sure how you'd want to do this, but interested in contributing. Maybe just link another github repo or two that has simple examples of complete apps showing how to...
@yPrianikc In that case how is "openai" defined? Same error here and still doesn't work for me.
You also need this line: const openai = new OpenAIApi( new Configuration({ apiKey: process.env.OPENAI_API_KEY }) );
you think something from the blog article should be added?
will extend
well then they wouldn't be a secrete would they?
nice, I like it.
I actually implemented this awhile ago, but no description, it's in the admin controller
Yep, ideally we differentiate between commands that are for an owner of a community only and advanced commands that are for any user On Tuesday, October 27, 2015, Noah Thorp...