Open mrgick opened 4 months ago
First off all: nice work. The Python package is amazingly simple to use. Unfortunately you can't switch the used model. In model/model_type.py there are four models listed. Is there a reason why in api.py Line 19 the ModelType is set to ModelType.Claude?
For anyone who is also interesed. You can change the AI model used by the python package by changing the Model in the source code and installing the package from source:
pip uninstall duck-chat
pip install -U .
Add a command
/model
to change model Send all history in first prompt to new modelidea from PR#3