Pellucid

Results 7 comments of Pellucid

https://sincode.ai (Marve) https://huggingface.co/spaces/stabilityai/stablelm-tuned-alpha-chat https://gpt.cwumsy.cc/v1/chat/completions https://bettergpt-psi.vercel.app https://chat.lmsys.org https://open-assistant.io/chat https://jasper.ai/chat https://chat.forefront.ai https://andisearch.com https://you.com https://komo.ai https://neeva.com https://waldo.fyi

https://github.com/FoxGPT/gpt

@localuser-isback Can you explain why companies/API's don't use vector database and embeddings for longer texts (allowing for very long context)? Is it inefficient? Of course if you have an idea.

Another thing that'd be interesting to see regarding this thread, would be the ability to see if a game is going to end most likely in a stalemate (repetition etc...)...

Analysis can be easily implemented by following simple rules like this: ```py # Define some thresholds for errors (in centipawns) blunder_threshold = 300 # More than 3 pawns lost/gained mistake_threshold...

Yes, at the moment I'm using Windows. The scaling issue sounds reasonable but is very odd because I always have my scaling at 125%, no matter the screen resolution. Yet,...

I agree, the **python-chess** library would be great to use in this project. It'd allow for so much more functionality and engine support! It's also really simple to get it...