go-maple

Results 27 comments of go-maple

谢谢。这个很赞。并且把对话内容公布出来了。其实这个prompt需要的是准确描述+gpt4比较长的上下文。很适合做代码生成的。所以很颠覆很多东西

You can use this for testing in Game. @christianortel [better-respawn-fabric-1.19-2.0.0.jar.zip](https://github.com/MineDojo/Voyager/files/11601465/better-respawn-fabric-1.19-2.0.0.jar.zip)

I have to use vpn for openai api. I don't how to use proxy for Voyager.

@Ellen7ions I plan to use GPT4, but I don't know about the cost.

@uripeled2 Good job. I saw the project. Actually When we want to change the LLM, we have to change the langchain code.Use this [llm-client](https://github.com/uripeled2/llm-client-sdk) It can easily change the LLM...

@xieleo5 bro,My way used in Macos.The browser is chrome (version: 113.0.5672.126).but I have another problem about vpn,I have to use it for proxy because I'm in China. "" os.environ["OPENAI_PROXY"] =...

@daswer123 bro,How to load the checkpoint? Can I use gpt-3.5 to load the check point? " voyager = Voyager( azure_login=azure_login, skill_manager_retrieval_top_k=0, # because I use gpt 3.5 max_iterations=200, resume=True, openai_api_key=openai_api_key,...

@daswer123 Tks, bro. I will try it. I found the task names from the path in checkpoint(./ckpt/curriculum/completed_tasks.j son). for example: voyager.inference("Mine 1 wood log")

@TimeLordRaps bro,Can you share your custom curriculum?