Demea9000 commited on
Commit
782e5db
1 Parent(s): 32119e0

some more stuff

Browse files
Files changed (1) hide show
  1. textclassifier/TextClassifier.py +1 -1
textclassifier/TextClassifier.py CHANGED
@@ -6,7 +6,7 @@ from datetime import date
6
 
7
  class TextClassifier:
8
  def __init__(self, model_name="text-davinci-002", from_date='2022-01-01', to_date=str(date.today()),
9
- num_tweets=20):
10
  """
11
  Initializes the TextClassifier.
12
  :param model_name: name of the model from openai.
 
6
 
7
  class TextClassifier:
8
  def __init__(self, model_name="text-davinci-002", from_date='2022-01-01', to_date=str(date.today()),
9
+ num_tweets=20):add
10
  """
11
  Initializes the TextClassifier.
12
  :param model_name: name of the model from openai.