johann22 commited on
Commit
198ad0c
·
1 Parent(s): 87e8872

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ client = InferenceClient(
33
 
34
 
35
  VERBOSE = True
36
- MAX_HISTORY = 1000
37
  #MODEL = "gpt-3.5-turbo" # "gpt-4"
38
 
39
 
 
33
 
34
 
35
  VERBOSE = True
36
+ MAX_HISTORY = 100
37
  #MODEL = "gpt-3.5-turbo" # "gpt-4"
38
 
39