Spaces:
Running
on
Zero
Running
on
Zero
updaed
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def greet(n):
|
|
37 |
temperature=0.4,
|
38 |
grammar=grammar
|
39 |
)
|
40 |
-
print(f'Returned
|
41 |
|
42 |
s = output['choices'][0]['text']
|
43 |
print(f'{s} , len(s) = {len(s)}')
|
|
|
37 |
temperature=0.4,
|
38 |
grammar=grammar
|
39 |
)
|
40 |
+
print(f'Returned..... {output}')
|
41 |
|
42 |
s = output['choices'][0]['text']
|
43 |
print(f'{s} , len(s) = {len(s)}')
|