Xiaoyun Zhang 702c010d77
[.Net] add ollama-sample and adds more tests (#2776)
* add ollama-sample and adds more tests

* Update AutoGen.Ollama.Sample.csproj
2024-05-24 04:14:29 +00:00

7 lines
143 B
C#

// Copyright (c) Microsoft Corporation. All rights reserved.
// Program.cs
using AutoGen.Ollama.Sample;
await Chat_With_LLaVA.RunAsync();