remove print

Kaveen Kumarasinghe 1 year ago
parent 50e6f59ab5
commit 8d5dd77f2c

@ -290,7 +290,6 @@ class Model:
# Set the token count
self._max_tokens = Models.get_max_tokens(self._model)
print("Set the max tokens to", self._max_tokens)
@property
def max_conversation_length(self):

Loading…
Cancel
Save