-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added local llm functionality by incorporating text-generation-webui #289
Commits on Jun 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf7a802 - Browse repository at this point
Copy the full SHA cf7a802View commit details -
Removed device specific launch arguments. Settings must be done after installation.
Configuration menu - View commit details
-
Copy full SHA for 74b0696 - Browse repository at this point
Copy the full SHA 74b0696View commit details -
Removed additional default settings for GPU usage. These settings need to be configured via the configuration.yaml file perhaps.
Configuration menu - View commit details
-
Copy full SHA for 275f653 - Browse repository at this point
Copy the full SHA 275f653View commit details -
Additional generalized default device settings.
Configuration menu - View commit details
-
Copy full SHA for ec94859 - Browse repository at this point
Copy the full SHA ec94859View commit details -
Searx is a free internet metasearch engine which aggregates results from more than 70 search services. I added a simple beautifulsoup scraper that allows many of the instances on https://searx.space/ to be used without an API key. Uses the bs4, httpx, and pydantic packages which are already in the `requirements.txt`.
Configuration menu - View commit details
-
Copy full SHA for dc6eaff - Browse repository at this point
Copy the full SHA dc6eaffView commit details
Commits on Jun 10, 2023
-
Merge pull request TransformerOptimus#293 from alexkreidler/searx
Adds support for searx search
I’m authoredJun 10, 2023 Configuration menu - View commit details
-
Copy full SHA for 488758f - Browse repository at this point
Copy the full SHA 488758fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 669b037 - Browse repository at this point
Copy the full SHA 669b037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35bb8ae - Browse repository at this point
Copy the full SHA 35bb8aeView commit details -
Merge pull request TransformerOptimus#297 from xutpuu/patch-1
Update config_template.yaml
I’m authoredJun 10, 2023 Configuration menu - View commit details
-
Copy full SHA for b90b31b - Browse repository at this point
Copy the full SHA b90b31bView commit details -
This commit makes local the OpenAI api the defualt LLM provider.
If a local LLM url is set in the config.yaml file, it uses tgwui container, which can be managed from 127.0.0.1:7860 The tgui is configured to run models on CPU only mode by default, but can be configured to run in other modes via the build option settings in the docker-compose.yaml
Configuration menu - View commit details
-
Copy full SHA for 812e3cc - Browse repository at this point
Copy the full SHA 812e3ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for e406d07 - Browse repository at this point
Copy the full SHA e406d07View commit details -
Changed build to default instead of cublas
Configuration menu - View commit details
-
Copy full SHA for ed07ac3 - Browse repository at this point
Copy the full SHA ed07ac3View commit details -
This commit makes local the OpenAI api the defualt LLM provider.
If a local LLM url is set in the config.yaml file, it uses tgwui container, which can be managed from 127.0.0.1:7860 The tgui is configured to run models on CPU only mode by default, but can be configured to run in other modes via the build option settings in the docker-compose.yaml
Configuration menu - View commit details
-
Copy full SHA for 1b707d8 - Browse repository at this point
Copy the full SHA 1b707d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a63a1d7 - Browse repository at this point
Copy the full SHA a63a1d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf454b6 - Browse repository at this point
Copy the full SHA cf454b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0668187 - Browse repository at this point
Copy the full SHA 0668187View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb9ac23 - Browse repository at this point
Copy the full SHA fb9ac23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37ef5b3 - Browse repository at this point
Copy the full SHA 37ef5b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for be01a9a - Browse repository at this point
Copy the full SHA be01a9aView commit details -
new file: tgwui/config/models/place-your-models-here.txt
deleted: tgwui/config/place-your-models-here.txt
Configuration menu - View commit details
-
Copy full SHA for 2edf824 - Browse repository at this point
Copy the full SHA 2edf824View commit details -
docker-compose fix for podman (TransformerOptimus#302)
Use fully qualified image names instead of aliases to support using podman instead of docker.
Configuration menu - View commit details
-
Copy full SHA for 7aaeb97 - Browse repository at this point
Copy the full SHA 7aaeb97View commit details -
modified: config_template.yaml
modified: gui/app/favicon.ico modified: gui/package-lock.json modified: gui/pages/Content/Agents/ActivityFeed.js modified: gui/pages/Content/Agents/AgentCreate.js modified: gui/pages/Content/Agents/AgentWorkspace.js modified: gui/pages/Content/Agents/Agents.module.css modified: gui/pages/Content/Agents/ResourceManager.js modified: gui/pages/Content/Agents/TaskQueue.js modified: gui/pages/Content/Tools/Tool.module.css modified: gui/pages/Content/Tools/Tools.js modified: gui/pages/Dashboard/Content.js modified: gui/pages/Dashboard/TopBar.js modified: gui/pages/_app.css modified: gui/pages/_app.js modified: gui/pages/api/DashboardService.js modified: gui/pages/api/apiConfig.js new file: gui/public/images/backtotop.svg new file: gui/public/images/img_file.svg modified: gui/utils/utils.js modified: main.py modified: requirements.txt modified: superagi/helper/json_cleaner.py new file: superagi/helper/resource_helper.py new file: superagi/helper/s3_helper.py modified: superagi/helper/token_counter.py modified: superagi/jobs/agent_executor.py modified: superagi/tools/file/write_file.py modified: superagi/tools/image_generation/dalle_image_gen.py modified: superagi/tools/jira/create_issue.py modified: superagi/tools/jira/edit_issue.py new file: superagi/tools/searx/README.MD new file: superagi/tools/searx/__init__.py new file: superagi/tools/searx/search_scraper.py new file: superagi/tools/searx/searx.py new file: superagi/tools/slack/__init__.py new file: superagi/tools/slack/send_message.py
1Configuration menu - View commit details
-
Copy full SHA for 217a0b1 - Browse repository at this point
Copy the full SHA 217a0b1View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for ffead61 - Browse repository at this point
Copy the full SHA ffead61View commit details
Commits on Jun 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 15fcbba - Browse repository at this point
Copy the full SHA 15fcbbaView commit details -
Merge pull request TransformerOptimus#310 from pallasite99/fix-typo-e…
…mail-attachment-tool [WIP] partially fix typo, email attachment tool logic
I’m authoredJun 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 8cb9e97 - Browse repository at this point
Copy the full SHA 8cb9e97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c8eab6 - Browse repository at this point
Copy the full SHA 9c8eab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a70a7d - Browse repository at this point
Copy the full SHA 9a70a7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c818926 - Browse repository at this point
Copy the full SHA c818926View commit details -
Merge pull request TransformerOptimus#313 from TransformerOptimus/dem…
…o-video Installation video
I’m authoredJun 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 8de9a18 - Browse repository at this point
Copy the full SHA 8de9a18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c134ab - Browse repository at this point
Copy the full SHA 1c134abView commit details -
Merge pull request TransformerOptimus#314 from TransformerOptimus/dem…
…o_video Added new video
I’m authoredJun 11, 2023 Configuration menu - View commit details
-
Copy full SHA for c29a7ae - Browse repository at this point
Copy the full SHA c29a7aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50f6de7 - Browse repository at this point
Copy the full SHA 50f6de7View commit details -
Merge pull request TransformerOptimus#315 from iskandarreza/typo-fix
Fix typo in agent_executor.py
I’m authoredJun 11, 2023 Configuration menu - View commit details
-
Copy full SHA for ebec063 - Browse repository at this point
Copy the full SHA ebec063View commit details -
Configuration menu - View commit details
-
Copy full SHA for 567bba8 - Browse repository at this point
Copy the full SHA 567bba8View commit details -
Merge pull request TransformerOptimus#318 from TransformerOptimus/rea…
…dme_removed_vid Update README.MD
Configuration menu - View commit details
-
Copy full SHA for e6cf271 - Browse repository at this point
Copy the full SHA e6cf271View commit details -
renamed: docker-compose.yaml.bak -> local-llm new file: local-llm-gpu modified: superagi/helper/json_cleaner.py renamed: DockerfileTGWUI -> tgwui/DockerfileTGWUI deleted: tgwui/config/place-your-models-here.txt deleted: tgwui/tgwui_requirements.txt
1Configuration menu - View commit details
-
Copy full SHA for f133780 - Browse repository at this point
Copy the full SHA f133780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c7ac53 - Browse repository at this point
Copy the full SHA 2c7ac53View commit details