wangrongsheng commited on
Commit
a2ded46
ยท
1 Parent(s): 7577bba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -22,6 +22,7 @@ def process(key, choice, artitle, trans):
22
  {"role": "user", "content": prompt}
23
  ]
24
  )
 
25
  results.append(completion.choices[0].message)
26
  if choice=='ๆ‰น้‡็”Ÿๆˆ':
27
  m_artitle = artitle.split('\n')
 
22
  {"role": "user", "content": prompt}
23
  ]
24
  )
25
+ print(completion.choices[0].message)
26
  results.append(completion.choices[0].message)
27
  if choice=='ๆ‰น้‡็”Ÿๆˆ':
28
  m_artitle = artitle.split('\n')