Demea9000 commited on
Commit
389ca88
1 Parent(s): 782e5db
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):add
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):
10
  """
11
  Initializes the TextClassifier.
12
  :param model_name: name of the model from openai.