Wladastic

Results 110 comments of Wladastic

I started making a plugin here: https://github.com/Wladastic/Auto-GPT-Telegram-Plugin If anyone likes to assist, I would be glad :)

This bug is with the latest changes in release 0.4.1 which breaks the add command method. I have this happen to my other plugins as well, when returning prompt, I...

seems like the wrong telegram package is installed, which one do you have installed?

I have experimented a bit with context length. Cranking up Alpha value seems to have helped a ton

Found the error in the log finally: 2024-03-30 19:54:10,788 [llm_connection.py:516 - stream_gpt_completion() ] ERROR: Unable to decode line: : ping - 2024-03-30 18:54:10.748186 Expecting value

Also not solved, I fixed it locally and will push code changes later this week

Please remove changes that have nothing to do with this topic, I saw a couple like the readme change with docker-compose

been dealing with lot's of async/sync issues with the telegram bot server I wrote. I experiment with using this command: os.system("python -m autogpt {}".format(" ".join(sys.argv[1:]))) would be super great to...

Same issue here: Debugger Agent " " "))There was a problem with request to openai API: LLM did not respond with JSON I went through the code and edited all...

I fixed it, now it works with oobabooga textgeneration webui API: edit file: gpt-pilot/pilot/utils/llm-connection.py: lines 415 to 442: ``` if endpoint == 'AZURE': # If yes, get the AZURE_ENDPOINT from...