robertgro

Results 25 comments of robertgro

Would be a really nice addition indeed!

Did you install the [required libraries](https://github.com/yoheinakajima/babyagi/blob/main/extensions/requirements.txt) before? (especially ray) As you can see, the implementation is [still there](https://github.com/search?q=repo%3Ayoheinakajima/babyagi%20COOPERATIVE_MODE&type=code), but I couldn't test it myself yet. Maybe this is what you...

API scaffolding is already in progress. Wait for it's completion, then wrap it in an UI (e.g. react): https://github.com/nomic-ai/gpt4all/pull/839

Please fix and introduce this in your documentation. For me, this directly relates to export/backup a chat: [Add ability to export/backup or save chat. #572](https://github.com/nomic-ai/gpt4all/issues/572)

> This is not really an issue but a major suggestion. (I wanted to approach you on https://www.insanitydesign.com/ but the site appears to be down returning "Error establishing a database...

The WireGuard Tunnel network adapter is set to 'public' by default on windows, leading to issue when trying to quickconfig winrm (Error number: -2144108183 0x80338169) (winrm firewall exception): ![winrm_firewall_exception](https://user-images.githubusercontent.com/34941707/204768148-e54a2400-76b6-4da7-b4b1-e6edcba62829.png) @braginini...

This definitely requires a revision. It doesn't quite fit the CS Math contents compared to educational knowledge available for students at a university, e.g. https://link.springer.com/search?new-search=true&query=computer+science+mathematics&content-type=Book&dateFrom=&dateTo=&sortBy=relevance

@pulkitkrishna00 Thank you for your clarification. Although I'm no more deep into it enough (and don't have the time anymore) to sufficiently evaluate the changes required, I guess you mean...

Confirmed. As of now it throws an error message when trying to install via pip: ```"pip install tkdesigner Collecting tkdesigner Using cached tkdesigner-1.0.7-py3-none-any.whl (14 kB) Collecting Jinja2==3.0.1 Using cached Jinja2-3.0.1-py3-none-any.whl...

For me, a malformed .resx contains duplicate element entries or special characters like ' (Apostrophe) in element attributes value. A recent test with two not well formed .resx files has...