ChaseKolozsy / TreeLex

(In Development) Automates the process of finding definitions and phrases where only one unknown word exists in the phrase and all words are known in the definition by having AI generate the definitions or modify the phrases to 1 unknown word. Keeps track of all phrases encountered and sorts them based on how many unknown words are in them.
1 stars 0 forks source link

refactor code to work with api_type #47

Closed ChaseKolozsy closed 1 week ago

ChaseKolozsy commented 1 week ago

all of the agents now have the option to specify api_type. But not all of the instantiations of those agents use the new parameter. This must be fixed