Mistral with LangChain What is the Model_Type?
#72
by
luissimoes
- opened
When using the Ctransformers from LangChain.LLM what is the parameter Model_Type? Is it Llama?
llm = CTransformers(model=XXX, model_type='llama', config=config)