Skip to content

Commit

Permalink
test: auto model enum
Browse files Browse the repository at this point in the history
  • Loading branch information
northes committed Sep 4, 2024
1 parent cf9544a commit 9afd7ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enum_chat_completions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func TestEnumChatCompletions(t *testing.T) {
tt.EqualValues(moonshot.ModelMoonshotV18K, moonshot.ModelMoonshotV18K.String())
tt.EqualValues(moonshot.ModelMoonshotV132K, moonshot.ModelMoonshotV132K.String())
tt.EqualValues(moonshot.ModelMoonshotV1128K, moonshot.ModelMoonshotV1128K.String())
tt.EqualValues(moonshot.ModelMoonshotV1Auto, moonshot.ModelMoonshotV1Auto.String())

tt.EqualValues(moonshot.FinishReasonStop, moonshot.FinishReasonStop.String())
tt.EqualValues(moonshot.FinishReasonLength, moonshot.FinishReasonLength.String())
Expand Down

0 comments on commit 9afd7ba

Please sign in to comment.