mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-23 00:22:09 +03:00
fixed #
This commit is contained in:
parent
78e338b5de
commit
9fc341a6c8
@ -10,7 +10,7 @@ cocalc.Completion.create(prompt="How are you!", cookieInput="cookieinput") ## Tu
|
||||
|
||||
### How to grab cookie input
|
||||
```js
|
||||
# input this into ur developer tools console and the exact response u get from this u put into ur cookieInput!
|
||||
// input this into ur developer tools console and the exact response u get from this u put into ur cookieInput!
|
||||
var cookies = document.cookie.split("; ");
|
||||
var cookieString = "";
|
||||
for (var i = 0; i < cookies.length; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user