Rupak Ganguly

Results 15 comments of Rupak Ganguly

@ecliptik Do you have any bandwidth to do a PR on this content?

Shawn, I build the gamebox gem from the latest source and have used kvo 0.0.2 due to the issue reported in #71. I then could create a new game but...

@shawn42 thanks. The new boilerplate new game works now. But, none of the examples i.e. nario or roids works. The example roids still give the following errors: bundle exec ruby...

@fbomb111 See this issue: https://github.com/crewAIInc/crewAI/issues/769 You have to add an embedder for a non-OpenAI provider.

I have crewAI version `0.95.0`. I have my knowledge source as follows: (I have tried both .txt and .md files) ``` company_pr_source = TextFileKnowledgeSource( file_paths=[ "test.md" ], ) ``` I...