Spaces:
Runtime error
Runtime error
Commit
ยท
a2ded46
1
Parent(s):
7577bba
Update app.py
Browse files
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')
|