(no commit message)
This commit is contained in:
11
config.json
11
config.json
@@ -24,5 +24,16 @@
|
||||
],
|
||||
"title": "StringSignature",
|
||||
"type": "object"
|
||||
},
|
||||
"lm": {
|
||||
"model": "gpt-4o-mini",
|
||||
"model_type": "chat",
|
||||
"cache": true,
|
||||
"num_retries": 3,
|
||||
"finetuning_model": null,
|
||||
"launch_kwargs": {},
|
||||
"train_kwargs": {},
|
||||
"temperature": null,
|
||||
"max_tokens": null
|
||||
}
|
||||
}
|
||||
12
program.json
12
program.json
@@ -16,7 +16,17 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"lm": null
|
||||
"lm": {
|
||||
"model": "gpt-4o-mini",
|
||||
"model_type": "chat",
|
||||
"cache": true,
|
||||
"num_retries": 3,
|
||||
"finetuning_model": null,
|
||||
"launch_kwargs": {},
|
||||
"train_kwargs": {},
|
||||
"temperature": null,
|
||||
"max_tokens": null
|
||||
}
|
||||
},
|
||||
"metadata": {
|
||||
"dependency_versions": {
|
||||
|
||||
Reference in New Issue
Block a user