fubz

Results 8 comments of fubz

I also go around the issue by adding a value for the `telemetry.identity.salt` entry in glimpse.conf.json

``` getmac.getMac(function (err, macAddress) { console.log('Github Debug Request: ' + JSON.stringify( err) ) cb(macAddress); }); ``` ` Github Debug Request: {"killed":false,"code":127,"signal":null,"cmd":"ifconfig -a || ip link"}` ``` Github Debug Request: {...

While it's not Ollama, you can run a local embedder by using the HugginFace provider. Here is an example. ```python test_crew = Crew( agents=[reader, writer], tasks=[read_book, write_report], process=Process.sequential, cache=True, verbose=2,...

This worked well. Now I can delay converting the rest of my forms a little bit longer. How can we get this pushed to NPM?

> @fubz Good idea. Would this route still be private, meaning no one else could access the data? Would I need to clone my own instance under my own HugFace...

Both dashboard and web client startup. ``` npx convex dev ✔ Started running a deployment locally at http://127.0.0.1:3210 and saved its name as CONVEX_DEPLOYMENT to .env.local Run `npx convex login`...