phamxtien
phamxtien
Try get cookie of quora.com
add conversation_id to __init__
> It looks like there are no more p_lat items here Delete all cookie and login again or use Edge instead Chrome
> I am getting the same error using poe cookies. The reply from the server contains the following > > ` Enable JavaScript and cookies to continue` > > On...
With below code I get return: **Expecting value: line 1 column 1 (char 0)** ``` from gpt4free import forefront try: account_data = forefront.Account.create(logging=False) ans = forefront.Completion.create(account_data=account_data, prompt='hello', model='gpt-4') print(ans.text) except...
I copy token from authorization: Bearer xxxx 1. Press F12 2. Go to Tab Network 3. Ask forefront 4. Back to Tab Network >> chat >> authorization: Bearer xxxx >>...
I get error as bellow: forefront/__init__.py", line 76, in create token = response.json()['response']['sessions'][0]['last_active_token']['jwt'] TypeError: 'NoneType' object is not subscriptable
> I was having the same issue, try using the example found at: > https://github.com/xtekky/gpt4free/tree/main/gpt4free > Instead, this worked for me > > ```python > import gpt4free > from gpt4free...
> The bot is responding with "Daily limit reached for a2_100k." > > I'm not sure whether it's a limitation or ..? , According to docs, what does "no limit"...
On my lap, it runs smoothly