mindcraft
mindcraft copied to clipboard
Errno -4077 with HuggingFace
Trying to use HuggingFace API and having this error:
[ './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...
Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:218:20) {
errno: -4077,
code: 'ECONNRESET',
syscall: 'read'
}
The only reason I can see is that I'm using the wrong API key(AKA Access Token). If there's another key that I dont know about, please tell me where to find actual key.