Kanishk Varshney
Results
2
issues of
Kanishk Varshney
Reproducing the example https://docs.crewai.com/core-concepts/Tasks/#creating-a-task-with-tools The code works fine when used with OpenAI models, but not when trying to use Llamma2 with Ollama Code Snipped to Load Llama2: ``` from langchain_community.llms...
More like a KT/Question. I am trying to have RAG support for Open LLM (mamba), But unable to get it to work. I am following this video, but Code is...