Gorgova.Ro

Results 5 comments of Gorgova.Ro

it has, try like this : Code: messages = [] # Initialize an empty conversation history while True: # Get user input user_input = input("You: ") if user_input.lower() == "exit":...

works perfect for me with last update, thank you ![Untitled](https://github.com/xtekky/gpt4free/assets/39518490/c12552f3-05cd-49fb-bb9d-a2192093d218)

same here : File "C:\Users\admin\anaconda3\lib\site-packages\g4f\providers\base_provider.py", line 200, in await_callback return await callback() File "C:\Users\admin\anaconda3\lib\site-packages\g4f\Provider\Bing.py", line 346, in stream_generate objects = msg.data.split(Defaults.delimiter) AttributeError: 'int' object has no attribute 'split'

yesterday i was able to get it but today no. that's very strange, is there any internet access option? prompt = 'what is the price of bitcoin today?' (base) D:\7B>python...