Skip to content

Commit 557d4c5

Browse files
committed
codecrafters submit [skip ci]
1 parent a73f98d commit 557d4c5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ def main():
2929
# You can use print statements as follows for debugging, they'll be visible when running tests.
3030
print("Logs from your program will appear here!", file=sys.stderr)
3131

32-
# TODO: Uncomment the following line to pass the first stage
33-
# print(chat.choices[0].message.content)
32+
print(chat.choices[0].message.content)
3433

3534

3635
if __name__ == "__main__":

0 commit comments

Comments
 (0)