2 instantiations of MistralCausalLMAgent
Microsoft.ML.GenAI.Samples (2)
Mistral\Mistral_7B_Instruct.cs (2)
48var agent = new MistralCausalLMAgent(pipeline, "assistant") 140var agent = new MistralCausalLMAgent(pipeline, "assistant")
1 reference to MistralCausalLMAgent
Microsoft.ML.GenAI.Mistral (1)
MistralCausalLMAgent.cs (1)
24/// Create a new instance of <see cref="MistralCausalLMAgent"/>.