mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-04 07:26:28 +00:00
7 lines
140 B
C#
7 lines
140 B
C#
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Program.cs
|
|
|
|
using AutoGen.Ollama.Sample;
|
|
|
|
await Chat_With_LLaVA.RunAsync();
|