mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
Fix typos and update dependencies and configurations
Updated the version of `TinyHelpers.AspNetCore` in `SqlDatabaseVectorSearch.csproj` from `4.1.2` to `4.1.3`. Clarified comments in `appsettings.json` for the `ModelId` field under `ChatCompletion` to specify requirements for `gpt-4.1` models.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<PackageReference Include="MinimalHelpers.Routing.Analyzers" Version="1.2.2" />
|
||||
<PackageReference Include="PdfPig" Version="0.1.11" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="9.0.3" />
|
||||
<PackageReference Include="TinyHelpers.AspNetCore" Version="4.1.2" />
|
||||
<PackageReference Include="TinyHelpers.AspNetCore" Version="4.1.3" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user