Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Oct 16, 2024
1 parent 1d1243f commit a8dd467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AiServer/wwwroot/mjs/langs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Dim api = Await client.ApiAsync(New OpenAiChatCompletion()
.Model = "mixtral:8x22b",
.Messages = New List(Of OpenAiMessage) From {
New OpenAiMessage With {
,Role = "user",
.Role = "user",
.Content = "What's the capital of France?"
}
},
Expand Down

0 comments on commit a8dd467

Please sign in to comment.