TimeLordRaps

Results 14 issues of TimeLordRaps

Main issue: Bot leaves after task and does not rejoin. Secondary issues with the presence of cheats: Bot toggles tile drops, this seems unnecessary and, in my opinion, should not...

From my experiences gpt-4 is quite good at refactoring code for reusability. Your current set of agents does influence reusability with the prompt action_template.txt and the third code criteria: "Your...

In single player open to lan with cheats and survival, use the port for mc_port, once the bot joins. Then run `/gamemode spectator` command in in-game text, from the player...

How can I measure the input text appropriately to limit how much can be passed in?

I'm interested in this model as a catch all for a project I am working on similar to Devin. I think as Devin like clones, and similar apparatuses become available...

**Documentation description** Just a relevant example of how to use with node-llama-cpp Steps include installing node-llama-cpp installing langchain/community and here's relevant code: ``` import { CopilotBackend, LangChainAdapter } from "@copilotkit/backend";...

documentation
good first issue

**Is your feature request related to a problem? Please describe.** It would be extremely helpful for downstream finetuning of local models to be able to understand what actions they are...

feature request

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Integrate gpt-4-vision and more generally visual language models using LangChain, by first grabbing a...

feature request

### CopilotCode Component **Is your feature request related to a problem? Please describe.** Currently the text area is good but doesn't provide syntax highlighting, file explorer, and other useful coding...

feature request

### 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...