Skip to content

Commit d5f49cd

Browse files
author
ityaozm@gmail.com
committed
fix(app/Support/Moonshot.php): fix model validation options
- Commented out unused model validation options for 'moonshot' model
1 parent 35e9d29 commit d5f49cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Support/Moonshot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ static function (PendingRequest $pendingRequest) use (&$rowData, $writer): Pendi
9191
'model' => [
9292
'required',
9393
'string',
94-
'in:moonshot-v1-8k,moonshot-v1-32k,moonshot-v1-128k',
94+
// 'in:moonshot-v1-8k,moonshot-v1-32k,moonshot-v1-128k',
9595
],
9696
'messages' => 'required|array',
9797
'temperature' => 'numeric|between:0,2',

0 commit comments

Comments
 (0)