sarim commited on
Commit
6f64553
·
1 Parent(s): 714198e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ model = GroqModel('llama-3.1-70b-versatile', api_key = api_key)
33
 
34
 
35
 
36
- def split_into_token_chunks(text: str, max_tokens: int = 2500) -> list:
37
  """
38
  Splits a long string into chunks of a specified maximum number of tokens (words).
39
 
 
33
 
34
 
35
 
36
+ def split_into_token_chunks(text: str, max_tokens: int = 1000) -> list:
37
  """
38
  Splits a long string into chunks of a specified maximum number of tokens (words).
39