smartgpt
smartgpt copied to clipboard
A program that provides LLMs with the ability to complete complex tasks using plugins.
for google use curl for openAI check https://github.com/FlamingFury00/Free-AUTO-GPT-with-NO-API or through nat.dev https://nat.dev 's backend api wolfram " news " I can add more info when it is not clear how...
It seems like a good idea to integrate headless browsers using a Rust crate such as [thirtyfour](https://github.com/stevepryde/thirtyfour) to allow for fast, performant, and easy access to existing plugins that rely...
This rewrites config related files and the majority of `main.rs` in an attempt to cleanup the code, make it more robust, and allow for toml usage, which is more appropriate...
Recently, Google's [PALM2](https://ai.google/static/documents/palm2techreport.pdf) model has proven to be a ready competitor to OpenAI's GPT4. For further testing, we should try to integrate it with SmartGPT, but no Rust API for...
In the interest of continued SmartGPT development, I've purchased the `smartgpt.dev` domain. It would be a good idea to try to create a minimal website for organizing all of the...
Removed the colored dependency and unused variables in methodical.rs. Also removed unnecessary drops. This is a very inspiring project, but it has been stopped for almost a year. Will it...
remove yaml parsing from load_config to remove yaml dependency on load function as well as expose a run function that uses library.
Initial setup draft for feedback, in no way ready or functional.