mindcraft icon indicating copy to clipboard operation
mindcraft copied to clipboard

Results 154 mindcraft issues
Sort by recently updated
recently updated
newest added

### **Last Modified Time**: November 10, 2024, 5:53 PM #### Latest changes are as follows: --- 1. **Improvement Effects** - **Model:** GPT-4o - **Initial Command:** `!goal("Your goal is: use only...

- Fixed small bug with embeddings code. It was returning dictionaries instead of values so cosineSimilarity() wasn't sorting the few shot prompts. - default model changed to more suitable `gemini-1.5-flash`...

[ './andy.json' ] Using chat settings: { model: 'huggingface/mistralai/Mistral-Nemo-Instruct-2407', api: 'huggingface' } Using embedding settings: { api: 'huggingface' } Unknown embedding: huggingface . Using word overlap. Logging in... Mineflayer detected...

e.g https://github.com/oobabooga/text-generation-webui/wiki/12-%E2%80%90-OpenAI-API you just need to send the open ai api requests to a local endpoint 127.0.0.1:5000. also maybe gather money to finetune a model that has your api commands...

C:\Users\Strider>node main.js node:internal/modules/cjs/loader:1252 throw err; ^ Error: Cannot find module 'C:\Users\Strider\main.js' at Function._resolveFilename (node:internal/modules/cjs/loader:1249:15) at Function._load (node:internal/modules/cjs/loader:1075:27) at TracingChannel.traceSync (node:diagnostics_channel:315:14) at wrapModuleLoad (node:internal/modules/cjs/loader:218:24) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5) at node:internal/main/run_main_module:36:49...

## Change Description Updated the default embedding model for gpt from `text-ada-002` to `text-embedding-3-small` ### Rationale - text-embedding-3-small offers better performance and is more cost-effective (5x cheaper per 1M tokens)...

Adds the Mistral Platform and a new profile for their "mistral-large" model

according to Google [docs](https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/function-calling#function-declarations) gemini requires this OpenAPI schema for describing the functions for function calling. The gemini models are known for messing up even simplest commands syntax. Maybe changing...

### Image Capture Feature for !look Command #### Changes - Added `captureView` function to capture screenshots at specified coordinates. - Implemented metadata generation for captured images, including block type, biome,...

[ './andy.json' ] Starting agent with profile: ./andy.json Starting agent initialization with profile: ./andy.json Initializing action manager... Initializing prompter... Using chat settings: { model: 'llama3.2', api: 'ollama' } Using embedding...