This commit is contained in:
Paul Gauthier 2024-04-17 15:55:55 -07:00
parent c770fc4380
commit f12bbf1e5b

View file

@ -25,6 +25,8 @@ class Model:
else:
self.max_chat_history_tokens = 2 * 1024
# TODO: set edit_format,use_repo_map,send_undo_reply for various models
def __str__(self):
return self.name