Open nishio opened 5 months ago
In polis-example.json, "model": "gpt-4" specified for translation task
"model": "gpt-4"
translation
"translation": { "model": "gpt-4",
but in translation.py it reads from parent object model = config['model'] and gpt-4 is not used.
translation.py
model = config['model']
In polis-example.json,
"model": "gpt-4"
specified fortranslation
taskbut in
translation.py
it reads from parent objectmodel = config['model']
and gpt-4 is not used.