mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-03 22:05:35 +02:00
tested eval script, changed model to 4o-mini
This commit is contained in:
parent
329248ea65
commit
2036288e13
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "andy",
|
||||
|
||||
"model": "gpt-4o",
|
||||
"model": "gpt-4o",
|
||||
|
||||
"conversation_examples": [
|
||||
[
|
||||
|
|
|
@ -108,7 +108,7 @@ def launch_parallel_experiments(task_path,
|
|||
num_exp,
|
||||
exp_name,
|
||||
num_agents=2,
|
||||
model="gpt-4o",
|
||||
model="gpt-4o-mini",
|
||||
api="openai",
|
||||
num_parallel=1,
|
||||
s3=False,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "jill",
|
||||
|
||||
"model": "gpt-4o",
|
||||
"model": "gpt-4o",
|
||||
|
||||
"conversation_examples": [
|
||||
[
|
||||
|
|
Loading…
Add table
Reference in a new issue