GgaammGo commited on
Commit
6aa9afe
ยท
verified ยท
1 Parent(s): e10a386

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def predict_chat(message: str, history: list):
60
  stream = client.chat.completions.create(
61
  model=MODEL_ID,
62
  messages=messages,
63
- max_tokens=512,
64
  temperature=0.7,
65
  top_p=0.95,
66
  stream=True, # ์‘๋‹ต์„ ํ† ํฐ(๊ธ€์ž) ๋‹จ์œ„ ์กฐ๊ฐ์œผ๋กœ ์‹ค์‹œ๊ฐ„ ์ˆ˜์‹ ํ•ฉ๋‹ˆ๋‹ค.
 
60
  stream = client.chat.completions.create(
61
  model=MODEL_ID,
62
  messages=messages,
63
+ max_tokens=8192,
64
  temperature=0.7,
65
  top_p=0.95,
66
  stream=True, # ์‘๋‹ต์„ ํ† ํฐ(๊ธ€์ž) ๋‹จ์œ„ ์กฐ๊ฐ์œผ๋กœ ์‹ค์‹œ๊ฐ„ ์ˆ˜์‹ ํ•ฉ๋‹ˆ๋‹ค.