Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasAndersonFang committed Dec 4, 2023
1 parent c495465 commit 0da17fc
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"model": "gpt4", # mandatory
"model": "QWEN", # mandatory
"prompt_type": "m1", # mandatory, data only, code, code+library
"data_constraints_can_be_checked": "na",
"executable_data_constraints": "np", # mandatory only for M2/M3
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"model": "gpt4", # mandatory
"model": "QWEN", # mandatory
"prompt_type": "m1", # mandatory, data only, code, code+library
"data_constraints_can_be_checked": "na",
"executable_data_constraints": "np", # mandatory only for M2/M3
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"model": "gpt4", # mandatory
"model": "ERNIE", # mandatory
"prompt_type": "m1", # mandatory, data only, code, code+library
"data_constraints_can_be_checked": "na",
"executable_data_constraints": "np", # mandatory only for M2/M3
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"model": "gpt4", # mandatory
"model": "ERNIE", # mandatory
"prompt_type": "m1", # mandatory, data only, code, code+library
"data_constraints_can_be_checked": "na",
"executable_data_constraints": "np", # mandatory only for M2/M3
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0da17fc

Please sign in to comment.