{"id":133871,"date":"2023-05-22T15:42:51","date_gmt":"2023-05-22T15:42:51","guid":{"rendered":"https:\/\/blog.finxter.com\/?p=1383166"},"modified":"2023-05-22T15:42:51","modified_gmt":"2023-05-22T15:42:51","slug":"auto-gpt-command-line-arguments-and-usage","status":"publish","type":"post","link":"https:\/\/sickgaming.net\/blog\/2023\/05\/22\/auto-gpt-command-line-arguments-and-usage\/","title":{"rendered":"Auto-GPT: Command Line Arguments and Usage"},"content":{"rendered":"\n<div class=\"kk-star-ratings kksr-auto kksr-align-left kksr-valign-top\" data-payload='{&quot;align&quot;:&quot;left&quot;,&quot;id&quot;:&quot;1383166&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;top&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;1&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;4&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;5&quot;,&quot;greet&quot;:&quot;Rate this post&quot;,&quot;legend&quot;:&quot;4\\\/5 - (1 vote)&quot;,&quot;size&quot;:&quot;24&quot;,&quot;title&quot;:&quot;Auto-GPT: Command Line Arguments and Usage&quot;,&quot;width&quot;:&quot;113.5&quot;,&quot;_legend&quot;:&quot;{score}\\\/{best} - ({count} {votes})&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}'>\n<div class=\"kksr-stars\">\n<div class=\"kksr-stars-inactive\">\n<div class=\"kksr-star\" data-star=\"1\" style=\"padding-right: 5px\">\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n<\/p><\/div>\n<div class=\"kksr-star\" data-star=\"2\" style=\"padding-right: 5px\">\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n<\/p><\/div>\n<div class=\"kksr-star\" data-star=\"3\" style=\"padding-right: 5px\">\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n<\/p><\/div>\n<div class=\"kksr-star\" data-star=\"4\" style=\"padding-right: 5px\">\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n<\/p><\/div>\n<div class=\"kksr-star\" data-star=\"5\" style=\"padding-right: 5px\">\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"kksr-stars-active\" style=\"width: 113.5px;\">\n<div class=\"kksr-star\" style=\"padding-right: 5px\">\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n<\/p><\/div>\n<div class=\"kksr-star\" style=\"padding-right: 5px\">\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n<\/p><\/div>\n<div class=\"kksr-star\" style=\"padding-right: 5px\">\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n<\/p><\/div>\n<div class=\"kksr-star\" style=\"padding-right: 5px\">\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n<\/p><\/div>\n<div class=\"kksr-star\" style=\"padding-right: 5px\">\n<div class=\"kksr-icon\" style=\"width: 24px; height: 24px;\"><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<div class=\"kksr-legend\" style=\"font-size: 19.2px;\"> 4\/5 &#8211; (1 vote) <\/div>\n<\/p><\/div>\n<p>This quick guide assumes you have already set up Auto-GPT. If you haven&#8217;t, follow our <a href=\"https:\/\/blog.finxter.com\/installing-auto-gpt-any-other-way-is-dangerous\/\" data-type=\"post\" data-id=\"1381013\" target=\"_blank\" rel=\"noreferrer noopener\">in-depth guide on the Finxter blog<\/a>. <\/p>\n<p>Use <code>.\/run.sh --help<\/code> (Linux\/macOS) or <code>.\\run.bat --help<\/code> (Windows) to list command line arguments. For Docker, substitute <code>docker-compose run --rm auto-gpt<\/code> in examples. <\/p>\n<p>Common Auto-GPT arguments include: <code>--ai-settings &lt;filename><\/code>, <code>--prompt-settings &lt;filename><\/code>, and <code>--use-memory &lt;memory-backend><\/code>. Short forms such as <code>-m<\/code> for <code>--use-memory<\/code> exist. Substitute any angled brackets (<code>&lt;><\/code>) with your desired values.<\/p>\n<p>Enable Text-to-Speech using <code>.\/run.sh --speak<\/code>.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/1f480.png\" alt=\"\ud83d\udc80\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" \/> Use continuous mode (potentially hazardous, may run indefinitely) with <code>.\/run.sh --continuous<\/code>. Exit with <code>Ctrl+C<\/code>.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/1f6a7.png\" alt=\"\ud83d\udea7\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" \/> Use Self-Feedback mode (increases token usage, costs) by entering <code>S<\/code> in the input field.<\/p>\n<p>Run GPT-3.5 only mode with <code>.\/run.sh --gpt3only<\/code> or set <code>SMART_LLM_MODEL<\/code> in <code>.env<\/code> to <code>gpt-3.5-turbo<\/code>. For GPT-4 only, use <code>.\/run.sh --gpt4only<\/code> (raises API costs).<\/p>\n<p>Find logs in <code>.\/output\/logs<\/code>, debug with <code>.\/run.sh --debug<\/code>.<\/p>\n<p>Disable commands by setting <code>DISABLED_COMMAND_CATEGORIES<\/code> in <code>.env<\/code>. For instance, to disable coding features, use:<\/p>\n<p><code>DISABLED_COMMAND_CATEGORIES=autogpt.commands.analyze_code,autogpt.commands.execute_code,autogpt.commands.gi<\/code>.<\/p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n<p>Okay, this was dry, here&#8217;s a more fun article: <img decoding=\"async\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/1f447.png\" alt=\"\ud83d\udc47\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" \/> <\/p>\n<p class=\"has-base-2-background-color has-background\"><img decoding=\"async\" src=\"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/1f4a1.png\" alt=\"\ud83d\udca1\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" \/> <strong>Recommended<\/strong>: <a href=\"https:\/\/blog.finxter.com\/30-creative-autogpt-use-cases-to-make-money-online\/\" data-type=\"URL\" data-id=\"https:\/\/blog.finxter.com\/30-creative-autogpt-use-cases-to-make-money-online\/\" target=\"_blank\" rel=\"noreferrer noopener\">30 Creative AutoGPT Use Cases to Make Money Online<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>4\/5 &#8211; (1 vote) This quick guide assumes you have already set up Auto-GPT. If you haven&#8217;t, follow our in-depth guide on the Finxter blog. Use .\/run.sh &#8211;help (Linux\/macOS) or .\\run.bat &#8211;help (Windows) to list command line arguments. For Docker, substitute docker-compose run &#8211;rm auto-gpt in examples. Common Auto-GPT arguments include: &#8211;ai-settings &lt;filename>, &#8211;prompt-settings &lt;filename>, [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[857],"tags":[73,468,528],"class_list":["post-133871","post","type-post","status-publish","format-standard","hentry","category-python-tut","tag-programming","tag-python","tag-tutorial"],"_links":{"self":[{"href":"https:\/\/sickgaming.net\/blog\/wp-json\/wp\/v2\/posts\/133871","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sickgaming.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sickgaming.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sickgaming.net\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sickgaming.net\/blog\/wp-json\/wp\/v2\/comments?post=133871"}],"version-history":[{"count":0,"href":"https:\/\/sickgaming.net\/blog\/wp-json\/wp\/v2\/posts\/133871\/revisions"}],"wp:attachment":[{"href":"https:\/\/sickgaming.net\/blog\/wp-json\/wp\/v2\/media?parent=133871"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sickgaming.net\/blog\/wp-json\/wp\/v2\/categories?post=133871"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sickgaming.net\/blog\/wp-json\/wp\/v2\/tags?post=133871"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}