EniasCailliau / GirlfriendGPT

Girlfriend GPT is a Python project to build your own AI girlfriend using ChatGPT4.0
https://gptgirlfriend.online
2.58k stars 437 forks source link

Syntax error at startup #12

Closed Vyacheslav73195 closed 1 year ago

Vyacheslav73195 commented 1 year ago

File "main.py", line 16 def show_results(response_messages: List[ChatMessage]): ^ SyntaxError: invalid syntax

EniasCailliau commented 1 year ago

Are you running python3? Failed to replicate this error.

Vyacheslav73195 commented 1 year ago

Yes, 3.8.3

EniasCailliau commented 1 year ago

Can you pull in the most recent changes? Your problem should be fixed :)