Sarath0x8f commited on
Commit
a00f78e
·
verified ·
1 Parent(s): 8079fe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ client = InferenceClient("microsoft/Phi-3-mini-4k-instruct")
9
  def respond(
10
  message,
11
  history: list[tuple[str, str]],
12
- max_tokens=1024,
13
  temperature=0.7,
14
  top_p=0.95,
15
  ):
 
9
  def respond(
10
  message,
11
  history: list[tuple[str, str]],
12
+ max_tokens=512,
13
  temperature=0.7,
14
  top_p=0.95,
15
  ):