seawolf2357 commited on
Commit
c780185
ยท
verified ยท
1 Parent(s): 62ec9d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ SEO์— ๋งž๋Š” ํ€„๋ฆฌํ‹ฐ ๋†’์€ ํฌ์ŠคํŒ…์„ ๋งŒ๋“œ๋Š” ๊ฒƒ์ด ์ตœ์šฐ์„  ๋ชฉํ‘œ๊ฐ€
105
 
106
  loop = asyncio.get_event_loop()
107
  response = await loop.run_in_executor(None, lambda: hf_client.chat_completion(
108
- messages, max_tokens=10000, stream=True, temperature=0.7, top_p=0.85))
109
 
110
  full_response = []
111
  for part in response:
 
105
 
106
  loop = asyncio.get_event_loop()
107
  response = await loop.run_in_executor(None, lambda: hf_client.chat_completion(
108
+ messages, max_tokens=1000, stream=True, temperature=0.7, top_p=0.85))
109
 
110
  full_response = []
111
  for part in response: