mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-10 09:42:18 +00:00
7 lines
162 B
C#
7 lines
162 B
C#
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Program.cs
|
|
|
|
using AutoGen.OpenAI.Sample;
|
|
|
|
Tool_Call_With_Ollama_And_LiteLLM.RunAsync().Wait();
|