mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-04 06:15:32 +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",
|
"name": "andy",
|
||||||
|
|
||||||
"model": "gpt-4o",
|
"model": "gpt-4o",
|
||||||
|
|
||||||
"conversation_examples": [
|
"conversation_examples": [
|
||||||
[
|
[
|
||||||
|
|
|
@ -108,7 +108,7 @@ def launch_parallel_experiments(task_path,
|
||||||
num_exp,
|
num_exp,
|
||||||
exp_name,
|
exp_name,
|
||||||
num_agents=2,
|
num_agents=2,
|
||||||
model="gpt-4o",
|
model="gpt-4o-mini",
|
||||||
api="openai",
|
api="openai",
|
||||||
num_parallel=1,
|
num_parallel=1,
|
||||||
s3=False,
|
s3=False,
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "jill",
|
"name": "jill",
|
||||||
|
|
||||||
"model": "gpt-4o",
|
"model": "gpt-4o",
|
||||||
|
|
||||||
"conversation_examples": [
|
"conversation_examples": [
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Reference in a new issue