summaryrefslogtreecommitdiffstats
path: root/unfinished (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-04-27remove phindt.me/xtekky1-42/+0
2023-04-27_t.me/xtekky1-31/+0
2023-04-27Reformat code using PyCharmAymane Hrouch18-254/+262
2023-04-27well updatedAndrew Tsegaye7-283/+310
2023-04-27Update main.pyt.me/xtekky1-2/+1
2023-04-26Update __init__.pyDaniele Polizzi1-12/+16
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-26http://easy-ai.ink/t.me/xtekky1-9/+15
2023-04-26.t.me/xtekky1-0/+26
2023-04-26play.vercel.ait.me/xtekky1-0/+29
2023-04-25discontinue ora.sh apit.me/xtekky4-0/+392
2023-04-25testingt.me/xtekky3-32/+14
2023-04-22best models (gpt4/3.5/search)t.me/xtekky1-0/+29
2023-04-22sqlchatt.me/xtekky2-32/+0
2023-04-22code refractoringt.me/xtekky2-0/+35
2023-04-21added openaihosted folderkwekewk2-0/+41
2023-04-20unfinished api's (help is welcome)t.me/xtekky18-0/+708