Spaces:
Runtime error
Runtime error
wangrongsheng
commited on
Commit
β’
2aa1194
1
Parent(s):
f6ed074
Update app.py
Browse files
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')
|