Skip to content

Commit 1e7ccb9

Browse files
committed
fixing OpenAI key parameter type
1 parent 3cce072 commit 1e7ccb9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
# [0.1.12] - 2024-12-16
10+
11+
Fixed:
12+
13+
- Key parameter for OpenAI
14+
915
# [0.1.11] - 2024-12-16
1016

1117
Fixed:

R0b0t.Lib/R0b0t.Lib.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<RootNamespace>r0b0t.events</RootNamespace>
77

8-
<Version>0.1.11</Version>
8+
<Version>0.1.12</Version>
99
<Authors>Luis Ángel Méndez Gort</Authors>
1010
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
1111
<AssemblyName>R0b0t.Lib</AssemblyName>

r0b0t/r0b0t.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageOutputPath>./nupkg</PackageOutputPath>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111

12-
<Version>0.1.11</Version>
12+
<Version>0.1.12</Version>
1313
<Authors>Luis Ángel Méndez Gort</Authors>
1414
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
1515
<AssemblyName>r0b0t</AssemblyName>

0 commit comments

Comments
 (0)