Skip to content

Commit

Permalink
support for gpt4o-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
lamg committed Jul 19, 2024
1 parent b5feec4 commit f777ef5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.8] - 2024-07-19

Added:

- Support for [GPT4o-mini](https://openai.com/index/gpt-4o-mini-advancing-cost-efficient-intelligence/)

## [0.0.7] - 2024-06-30

Added:
Expand Down
4 changes: 2 additions & 2 deletions Lib/Lib.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Betalgo.OpenAI" Version="8.2.2" />
<PackageReference Include="dotenv.net" Version="3.1.3" />
<PackageReference Include="Betalgo.OpenAI" Version="8.6.1" />
<PackageReference Include="dotenv.net" Version="3.2.0" />
<PackageReference Include="FSharp.Control.AsyncSeq" Version="3.2.1" />
<PackageReference Include="FsHttp" Version="14.5.0" />
<PackageReference Include="GtkSharp" Version="3.24.24.95" />
Expand Down
1 change: 1 addition & 0 deletions Lib/ProviderModuleImpl/OpenAI.fs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ let providerModule: ProviderModule =
{ answerer = ask key
models =
[ Models.Gpt_4o
Models.Gpt_4o_mini
Models.Gpt_3_5_Turbo
Models.Gpt_4
Models.Gpt_3_5_Turbo_16k
Expand Down
2 changes: 1 addition & 1 deletion Main/Main.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageOutputPath>./nupkg</PackageOutputPath>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>0.0.7</Version>
<Version>0.0.8</Version>
<Authors>Luis Ángel Méndez Gort</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<AssemblyName>r0b0t</AssemblyName>
Expand Down

0 comments on commit f777ef5

Please sign in to comment.