We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73f98d commit 557d4c5Copy full SHA for 557d4c5
1 file changed
app/main.py
@@ -29,8 +29,7 @@ def main():
29
# You can use print statements as follows for debugging, they'll be visible when running tests.
30
print("Logs from your program will appear here!", file=sys.stderr)
31
32
- # TODO: Uncomment the following line to pass the first stage
33
- # print(chat.choices[0].message.content)
+ print(chat.choices[0].message.content)
34
35
36
if __name__ == "__main__":
0 commit comments