Skip to content

Commit

Permalink
Merge pull request #177 from milbk/main
Browse files Browse the repository at this point in the history
Update CreateModelRequest.Parameters
  • Loading branch information
awaescher authored Jan 27, 2025
2 parents 71ccc5e + 27269e3 commit 83e3172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/CreateModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class CreateModelRequest : OllamaRequest
/// A dictionary of parameters for the model (optional)
/// </summary>
[JsonPropertyName(Application.Parameters)]
public Dictionary<string, string>? Parameters { get; set; }
public Dictionary<string, object>? Parameters { get; set; }

/// <summary>
/// A list of message objects used to create a conversation (optional)
Expand Down

0 comments on commit 83e3172

Please sign in to comment.