Skip to content

Commit

Permalink
Relax parameter restriction in claude v2 model
Browse files Browse the repository at this point in the history
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
  • Loading branch information
b4sjoo committed Feb 28, 2025
1 parent 26fc493 commit 4657a50
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,7 @@ public class ModelInterfaceUtils {
+ " },\n"
+ " \"required\": [\n"
+ " \"type\",\n"
+ " \"completion\",\n"
+ " \"stop_reason\",\n"
+ " \"stop\"\n"
+ " \"completion\"\n"
+ " ]\n"
+ " }\n"
+ " },\n"
Expand Down

0 comments on commit 4657a50

Please sign in to comment.