wangrongsheng commited on
Commit
2aa1194
β€’
1 Parent(s): f6ed074

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -23,6 +23,8 @@ def process(key, choice, artitle, trans):
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')
 
23
  ]
24
  )
25
  print(completion.choices[0].message["content"])
26
+ print('-------------')
27
+ print(completion.choices[0].text)
28
  results.append(completion.choices[0].message["content"])
29
  if choice=='ζ‰Ήι‡η”Ÿζˆ':
30
  m_artitle = artitle.split('\n')