Dr Nic Williams

Results 149 comments of Dr Nic Williams

I was linking for completeness. I think nokogiri, mysql2, sqlite, pg are the native gems On Wed, Dec 10, 2014 at 8:48 AM, Hongli Lai [email protected] wrote: > ## @drnic...

@FooBarWidget https://github.com/cloudfoundry-community/traveling-bosh is using it too [BOSH](http://bosh.cloudfoundry.org/) is a Cloud Foundry project for release engineering, deployment, and lifecycle management of large-scale cloud software. BOSH can provision and deploy software over...

Is it possible to include https://github.com/brianmario/yajl-ruby? Sorry I didn't spot it in https://github.com/cloudfoundry/bosh/blob/master/Gemfile.lock#L31 before as a native extension.

Specifically `yajl-ruby (~> 1.1.0)` (perhaps in addition to 1.2.1) See other issues - I'm struggling to build this myself on both osx & linux - sorry.

@FooBarWidget ok, the latest yajl-ruby is ok if that's all that's possible. I'll try to work it in upstream. TIA.

Which version of go last worked with the current bundle?

For now (for chat completion) it seems Groq Cloud is matching OpenAI's API. So the Langchain Groq adapter could use the existing `ruby-openai` rubygem dependency for the subset of API...

For anyone else who just wants a quick Groq solution who might not know where the diff defaults/overrides go (e.g. me) this seems to work: ```ruby @groq = llm =...

When this happened for me it was because I was using an API key for an OpenAI account without any $$ credit.