-
I am running AutoGPT 0.5.0 in Docker
I've added the YT plugin, and added an API key, but when AutoGPT tries to use the plugin, I get this error:
2024-02-02 23:08:53,939 WARNING Cannot add comma…
-
Traceback (most recent call last):
File "C:\Users\...........\OneDrive\Documents\INSTAGRAM BOT\AutoGPT-Social\instagram_util\convert_jpg.py", line 13, in convert_to_jpg
os.remove(input_file_pa…
-
Tried reinstalling this plugin several times and getting this error upon launch
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
…
-
Any idea what I am getting the issue below?
I have installed langchain module many times.
python3 -m chromegpt --help
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py"…
-
An Api is present but I was unable to make autogpt work on it. some guidance would be helpfull. Nice work btw.
-
After installing and executing all the setups in Windows 11 PowerShell command line, the following error occurred.
`PS C:\Users\Jun\code\Chrome-GPT> python -m chromegpt
Traceback (most recent call…
-
const fs = require('fs');
const path = require('path')
const { spawn } = require('child_process');
const { error } = require('console');
var child_autogpt = null
var first_input = false
let save…
-
> gpt4-langchain-pdf-chatbot@0.1.0 dev
> next dev
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info - Loaded env from E:\autogpt\gpt4-pdf-chatbot-langchain-main\gpt4-pdf-ch…
-
Unable to load plugin, followed guide in the readme. Getting this error when running AutoGPT;
Failed to load Auto-GPT-AlpacaTrader-Plugin/src/auto_gpt_alpacatrader_plugin
Traceback (most recent ca…
-
单独 langchain 是支持.
但是在 autogpt 中就不行了.
# 语言模型
llm = ChatOpenAI(
openai_api_base="https://api.deepseek.com/v1",
openai_api_key="sk-exxxxxxxxxxxxxxxxxxx6",
m…