Initial Checkin of the AI-projects

This commit is contained in:
Joe Tretter
2023-11-23 13:04:37 -06:00
commit 3f7d293eeb
8 changed files with 222 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" Version="1.0.0-beta.9" />
</ItemGroup>
</Project>