Rishi

Results 3 comments of Rishi

It might be because of the encoding format of the book.txt. In that case, Changing the file Encoding property to utf-8 should resolve the issue

If you want to use open-source models, I've created a repository for deploying Hugging Face models to local endpoints, offering functionality similar to OpenAI APIs. You can find the repo...

The issue might be due to rate limiting being enforced by endpoints. Please check that the configuration file specifically `max_tokens` is supported by the model context length you are using....