EniasCailliau / GirlfriendGPT

AI Girlfriend NSFW chatbot tool in Python - Build your own AI companion in Python using ChatGPT.
https://gptgirlfriend.online
2.6k stars 441 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 :)