1
0
Fork 0
Commit graph

379 commits

Author SHA1 Message Date
Daniele Polizzi 96eab8ed1d
Update __init__.py
I changed the import statement from request import Session to import requests because in the original the Session class is the only class imported from the request library. In this case, it is more efficient to import the whole library with import requests and use requests.Session() instead of Session() and added various code comments

Instead of having a separate dictionary, I created a headers dictionary and used the update() method to update the session header.

The create() function returns the results of a request made to a website as a JSON dictionary using the .json() method. However, you don't need to import the json library explicitly because the json() function is a method of the Response object returned by session.post(). In other words, the .json() method does the json decoding for us, so we don't need to use the json module's json()
2023-04-26 15:25:09 +02:00
t.me/xtekky db9f3a5fa7
Merge pull request #152 from 3k3n3/patch-1
Update README.md
2023-04-26 13:41:12 +01:00
3k3n3 3bacb31832
Update README.md
Updated Star count from 6k to 7k
2023-04-26 13:31:18 +01:00
t.me/xtekky 73618a9161 http://easy-ai.ink/ 2023-04-26 12:12:05 +01:00
t.me/xtekky d0e9b9de97 . 2023-04-26 12:02:36 +01:00
t.me/xtekky d60d6fa355 play.vercel.ai 2023-04-26 10:41:24 +01:00
t.me/xtekky 0def87377b
Merge pull request #139 from vatva691/main
update new gpt4/gpt3.5 website https://chat.forefront.ai/
2023-04-26 08:56:19 +01:00
t.me/xtekky afcfb8e959
Merge pull request #136 from gliptak/patch-1
Correct Dockerfile
2023-04-26 08:56:00 +01:00
t.me/xtekky e91e1fbaff
Merge pull request #130 from DanielShemesh/patch-1
Update README.md + made a Jupyter notebook
2023-04-26 08:55:11 +01:00
t.me/xtekky 71f507ee94
Merge pull request #135 from TSOA2/main
Trim remaining characters
2023-04-26 08:54:52 +01:00
t.me/xtekky 0265144b38
Merge pull request #144 from Joonsey/main
fixes #143 missing cf_clearance raises error
2023-04-26 08:54:44 +01:00
Johannes 592bbaab86 added error checking to the remaining methods
all the methods within Phind should now raise a value error if
cf_clearance is missing
2023-04-26 08:12:10 +02:00
Johannes 89cbaf7b61 corrected error message 2023-04-26 08:07:23 +02:00
Johannes 670b2b664e fixes #143 missing cf_clearance raises error
Phind Search.create now raises ValueError if missing cf_clearance.
2023-04-26 08:00:06 +02:00
Daniel Shemesh b0bfbf8fdc
Update README.md
Star count
2023-04-26 08:23:09 +03:00
Daniel Shemesh 06b89317ae
Update README.md 2023-04-26 08:21:34 +03:00
Daniel Shemesh 54d343aa71
Update README.md 2023-04-26 08:19:41 +03:00
vatva69 81e1c5d5a8
update new gpt4/gpt3.5 website
update new gpt4/gpt3.5 website https://chat.forefront.ai/
2023-04-26 10:49:58 +07:00
vatva69 0380c8508b
update new website https://chat.forefront.ai/ 2023-04-26 10:48:33 +07:00
Gábor Lipták b8bfe308e6
Correct Dockerfile 2023-04-25 21:08:10 -04:00
TSOA2 2213246de9 Trim remaining characters 2023-04-25 17:16:27 -07:00
Daniel Shemesh 56813e0ebc
Update README.md
Stars count
2023-04-26 02:07:18 +03:00
Daniel Shemesh 20abe04049
Update README.md 2023-04-26 02:05:32 +03:00
Daniel Shemesh f57b949d30
Update README.md
added legal notice
2023-04-26 01:49:08 +03:00
Daniel Shemesh 12da6922dc
Merge branch 'main' into patch-1 2023-04-26 01:46:16 +03:00
Daniel Shemesh bede76377b
Update README.md
Updated star count
2023-04-26 01:40:31 +03:00
Daniel Shemesh 7700f92840
Update README.md (added announcement)
added announcement
2023-04-26 01:32:24 +03:00
t.me/xtekky 7e858de0d4
announcement 2023-04-25 23:23:10 +01:00
t.me/xtekky af6dcde39b
announcement 2023-04-25 23:22:13 +01:00
Daniel Shemesh 197391d3e8
Update README.md
removed APIs that were removed from repo (writesonic, sqlchat, t3nsor)
2023-04-25 23:58:40 +03:00
Daniel Shemesh e6e3377437
Update README.md
removed ora.sh + changed phind to active
2023-04-25 23:54:05 +03:00
Daniel Shemesh c50cca3870
Update README.md 2023-04-25 20:59:40 +03:00
t.me/xtekky 8c2e8a233f Merge branch 'main' of https://github.com/xtekky/gpt4free 2023-04-25 18:40:19 +01:00
t.me/xtekky e341c75e5e discontinue ora.sh api 2023-04-25 18:40:17 +01:00
t.me/xtekky c7f00a9dac _ 2023-04-25 18:36:51 +01:00
t.me/xtekky d308f753be
Merge pull request #129 from naa7/patch-1
Update README.md
2023-04-25 18:36:18 +01:00
naa 733395cc0a
Update README.md 2023-04-25 17:10:10 +00:00
t.me/xtekky cfce83bb84 testing 2023-04-25 12:31:12 +01:00
t.me/xtekky f236f0764e
poe.com update 2023-04-25 11:26:56 +01:00
t.me/xtekky a2ed9c690d
fix for account creation 2023-04-25 11:25:18 +01:00
t.me/xtekky 746dd870b2
Merge pull request #89 from sudouser777/fix/poe_account_creation
Fix for Poe account creation
2023-04-25 11:24:35 +01:00
t.me/xtekky 7e27bfff71
gui folder 2023-04-25 10:19:42 +01:00
t.me/xtekky a0c518896e gui folder 2023-04-25 10:18:38 +01:00
t.me/xtekky c02eb6c71d gui folder 2023-04-25 10:16:05 +01:00
t.me/xtekky 8350bc6842 added ora x-signed-token header 2023-04-25 09:56:27 +01:00
t.me/xtekky 600525e550 phind needs cf_clearance again 2023-04-25 09:11:31 +01:00
t.me/xtekky 1520d8c484
Merge pull request #114 from kailust/main
Dockerization
2023-04-25 09:03:42 +01:00
t.me/xtekky 0f5be8831a
Merge pull request #111 from kylekirch/main
Update README.md
2023-04-25 09:02:53 +01:00
kail518 f48a1b7aa9
Update README.md 2023-04-25 08:54:19 +07:00
kail518 c85ee31963
Update README.md 2023-04-25 08:53:08 +07:00