Closed antonionewlands2023 closed 9 months ago
This code does not work, always shows an "invalid syntax" at "from bing-chat import BingChat"
import logging from bing-chat import BingChat #syntax error message
if name == "main": logging.basicConfig(level=logging.INFO) chat = BingChat("") initial_message = "Hello, Bing!" messages = chat.run(initial_message) print("Chat history:", messages)
Should works, ok?
Python 3
Python 3.11.3
Windows
No
No logs, it does not even start to run
No response
it´s a fecalware, don't loose time whit this crap.
Is there an existing issue for this?
What happened?
This code does not work, always shows an "invalid syntax" at "from bing-chat import BingChat"
import logging from bing-chat import BingChat #syntax error message
if name == "main": logging.basicConfig(level=logging.INFO) chat = BingChat("") initial_message = "Hello, Bing!" messages = chat.run(initial_message) print("Chat history:", messages)
Steps to reproduce the problem
What should have happened?
Should works, ok?
Version where the problem happens
Python 3
What Python version are you running this with?
Python 3.11.3
What is your operating system ?
Windows
Command Line Arguments
Console logs
Additional information
No response