minimaxir / simpleaichat

Python package for easily interfacing with chat apps, with robust features and minimal code complexity.
MIT License
3.43k stars 224 forks source link

Ensure that requests' `functions` list has no duplicates #33

Closed keyboardAnt closed 1 year ago

minimaxir commented 1 year ago

May have to come up with a slighly more pythonic implementation but I did mean to add a dedupe for list in the case input_schema and output_schema are the same. Thanks! :)