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

Update app.py

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