Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
johann22/mixtral-chat-search
johann22
/
mixtral-chat-live
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
johann22
commited on
Dec 29, 2023
Commit
198ad0c
·
1 Parent(s):
87e8872
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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