Voyager
Voyager copied to clipboard
An Open-Ended Embodied Agent with Large Language Models
### Briefly describe your issue Start script from voyager import Voyager openai_api_key = "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" # not a real key voyager = Voyager( mc_port=55555, openai_api_key=openai_api_key, ) voyager.learn() ----- Console logs ~/git/Voyager$...
### Before submitting an issue, make sure you read the [FAQ.md](FAQ.md) ### Briefly describe your issue ...When I run the 'npx install' command, the command line is giving me multiple...
### Before submitting an issue, make sure you read the [FAQ.md](FAQ.md) ### Briefly describe your issue Voyager is failing to connect to OpenAI. I've verified my API key works using...
It originally only supports `OPENAI_API_KEY` with prefix "sk-" and accessing to default APIs hosted by OpenAI. Now with this patch, it can run with dedicated OpenAI APIs hosted on Azure....
Loading Skill Manager from ./skill_library/trial1/skill Mineflayer process has exited, restarting Subprocess mineflayer started with PID 23100. E:\code\python\Voyager\voyager\env\process_monitor.py:65: UserWarning: Subprocess mineflayer failed to start. warnings.warn(f"Subprocess {self.name} failed to start.") Mineflayer process...
Current version no longer compiles `npx tsc` command Likely due to the error that was fixed here: https://github.com/PrismarineJS/prismarine-block/commit/06ef318525aa92b57b400e0ee899231a4a737bec
### Before submitting an issue, make sure you read the [FAQ.md](FAQ.md) ### Briefly describe your issue I have the following errors: requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))...
### Before submitting an issue, make sure you read the [FAQ.md](FAQ.md) ### Briefly describe your issue I modified the code so that I could run this with any chatmodel on...
Hello, Wonderful work on Voyager. Please consider added local model support (instead of openai package - using something like Python requests package to a localhost local model using openai completion...