Muhammad Ahsan

Results 4 issues of Muhammad Ahsan

I experienced this many times that the Table of Content are **not properly working on Original ReadME.md file**. > They appear to be working perfect on editor.md but when I...

While Working on my project I noticed something strange. **The editor window auto scroll to upward slowly** and I was not able to stop.

The project is set up using the Ollama framework with the search and vector database functionalities disabled. The goal is to get responses strictly from the provided file (Large Dataset)....

Installed and run simple example but facing this issue. **Code Snippet:** ``` from SimplerLLM.language.llm import LLM, LLMProvider hello = 'Hello' llm_instance = LLM.create(provider=LLMProvider.OPENAI, model_name="gpt-3.5-turbo") try: ai_response = llm_instance.generate_response(prompt=hello, max_tokens=4096) print("AI...