AIObjectives / talk-to-the-city-reports

AI pipeline to generate Talk-to-the-City reports
GNU Affero General Public License v3.0
53 stars 16 forks source link

Bug of config-reading in translation #189

Open nishio opened 5 months ago

nishio commented 5 months ago

In polis-example.json, "model": "gpt-4" specified for translation task

  "translation": {
    "model": "gpt-4",

but in translation.py it reads from parent object model = config['model'] and gpt-4 is not used.