[vc_row][vc_column][vc_headings linewidth=”0″ borderwidth=”1″ borderclr=”#000000″ title=”AutoGPT” google_fonts=”font_family:Comfortaa%3A300%2Cregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal” titlesize=”60″ titleclr=”#000000″]Autonomous GPT-4 Experiment[/vc_headings][vc_single_image image=”3056″ alignment=”center” onclick=”custom_link” img_link_target=”_blank” link=”https://www.doctrina.ai/”][vc_column_text]Auto-Gpt sets benchmarks for achieving goals autonomously through chaining together LLM thoughts supported only by GTP-4. This program, driven by GPT-4, chains together LLM “thoughts”, to autonomously achieve whatever goal you set. Driven entirely by GPT-4 and chaining LLM ‘thoughts’, Auto-GPT sets itself as a noteworthy example for autonomous operation in AI technology.[/vc_column_text][vc_btn title=”Visit Website” color=”warning” align=”center” i_align=”right” i_icon_fontawesome=”fas fa-external-link-alt” add_icon=”true” link=”url:https%3A%2F%2Fgithub.com%2FTorantulino%2FAuto-GPT|target:_blank”][/vc_column][/vc_row][vc_row][vc_column][vc_headings style=”theme4″ borderclr=”#000000″ style2=”image” title=”Features” google_fonts=”font_family:Comfortaa%3A300%2Cregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal” lineheight=”3″ titlesize=”40″ titleclr=”#000000″ image_id=”2871″][/vc_headings][evc_icon_with_text type=”icon-left” icon_library=”fontawesome” title_tag=”” icon_fontawesome=”fas fa-globe” title=”Internet Access” text=”Access to the internet for searching and gathering information.” text_color=”#0a0000″][evc_icon_with_text type=”icon-left” icon_library=”fontawesome” title_tag=”” icon_fontawesome=”fas fa-save” title=”Memory Management” text=”Efficient management of long-term and short-term memory.” text_color=”#0a0000″][evc_icon_with_text type=”icon-left” icon_library=”fontawesome” title_tag=”” icon_fontawesome=”fas fa-brain” title=”GPT-4 Text Generation” text=”Use of GPT-4 instances for text generation.” text_color=”#0a0000″][evc_icon_with_text type=”icon-left” icon_library=”fontawesome” title_tag=”” icon_fontawesome=”fas fa-link” title=”Website Access” text=”Access to popular websites and platforms.” text_color=”#0a0000″][evc_icon_with_text type=”icon-left” icon_library=”fontawesome” title_tag=”” icon_fontawesome=”fas fa-copy” title=”File Management” text=”File storage and summarization using GPT-3.5 technology.” text_color=”#0a0000″][vc_separator color=”sandy_brown” border_width=”3″][/vc_column][/vc_row][vc_row][vc_column][vc_headings style=”theme4″ borderclr=”#000000″ style2=”image” title=”How To Install Auto-GPT” google_fonts=”font_family:Comfortaa%3A300%2Cregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal” lineheight=”3″ titlesize=”40″ titleclr=”#000000″ image_id=”2854″][/vc_headings][vc_column_text]
- Ensure you have all the necessary requirements installed, and if not, get/install them.
- Open a CMD, Bash, or Powershell window, navigate to a folder on your computer, and type “CMD” in the folder path at the top. Press enter.
- Clone the repository using Git, or download the zip file from the GitHub page.
git clone https://github.com/Torantulino/Auto-GPT.git
- Navigate the CMD window to the downloaded repository using
cd 'Auto-GPT'
- Install the required dependencies using
pip install -r requirements.txt
- Rename the
.env.templateto.envand fill in yourOPENAI_API_KEY. If you plan to use Speech Mode, fill in yourELEVEN_LABS_API_KEY.
- Obtain your OpenAI and ElevenLabs API keys from the respective websites.
- If using GPT on an Azure instance, set
USE_AZUREtoTrue, renameazure.yaml.templatetoazure.yaml, and provide relevant values forazure_api_base,azure_api_version, and all deployment IDs in theazure_model_mapsection:fast_llm_model_deployment_id– your gpt-3.5-turbo or gpt-4 deployment idsmart_llm_model_deployment_id– your gpt-4 deployment idembedding_model_deployment_id– your text-embedding-ada-002 v2 deployment id
- Specify all values as double-quoted strings. Details can be found on the OpenAI and Microsoft Azure websites.
[/vc_column_text][vc_headings style=”theme4″ borderclr=”#000000″ style2=”image” title=”Usage” google_fonts=”font_family:Comfortaa%3A300%2Cregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal” lineheight=”3″ titlesize=”40″ titleclr=”#000000″ image_id=”3058″][/vc_headings][vc_column_text]
To run AUTO-GPT, execute the main.py Python script in your terminal using the command:
python scripts/main.py
After each action, authorize AUTO-GPT to continue by typing “NEXT COMMAND“. To exit the program, type “exit” and press Enter.[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=”turquoise” border_width=”2″][vc_headings style=”theme4″ borderclr=”#000000″ style2=”image” title=”Warning” google_fonts=”font_family:Comfortaa%3A300%2Cregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal” lineheight=”3″ titlesize=”40″ titleclr=”#000000″ image_id=”3031″][/vc_headings][vc_column_text]
Run the AI without user authorisation, 100% automated. Continuous mode is not recommended. It is potentially dangerous and may cause your AI to run forever or carry out actions you would not usually authorise. Use at your own risk.
- Run the
main.pyPython script in your terminal:
python scripts/main.py --continuous
- To exit the program, press Ctrl + C
[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_separator color=”vista_blue” border_width=”3″][vc_headings style=”theme4″ borderclr=”#000000″ style2=”image” title=”FAQ” google_fonts=”font_family:Comfortaa%3A300%2Cregular%2C700|font_style:700%20bold%20regular%3A700%3Anormal” lineheight=”1.5″ titlesize=”40″ titleclr=”#000000″ image_id=”2875″][/vc_headings][vc_toggle title=”What auto-GPT can do?”]Auto-GPT can examine the company’s existing processes, offer improvements, and automate procedures to save the time and resources necessary. It can also use data analysis to identify trends, identify prospective possibilities, and generate new company ideas.[/vc_toggle][vc_toggle title=”How to access Auto-GPT?”]To start using Auto-GPT, the user should open a command-line program such as PowerShell and clone the repository by entering “git clone https://github.com/Torantulino/Auto-GPT.git” into the command line.( Refer to “How To Install Auto-GPT” section”[/vc_toggle][vc_toggle title=”Is Auto-GPT free?”]Using Auto-GPT is free project. But note that AutoGPT will use credits from your OpenAI account, but the free version includes $18. Additionally, AutoGPT will prompt you for permission after each prompt, allowing you to test extensively before incurring any costs.[/vc_toggle][vc_toggle title=”Can Auto-GPT generate images?”]Auto-GPT uses DALL-E for image generation. To use Stable Diffusion, a HuggingFace API Token is necessary.[/vc_toggle][vc_toggle title=”Can I use Auto-GPT without GPT-4 access?”]In case you do not have access to the GPT4 API, you can utilize “GPT3.5 ONLY Mode” with Auto-GPT.
python scripts/main.py --gpt3only
[/vc_toggle][/vc_column][/vc_row]



0 Comments