fabi.s

Results 46 comments of fabi.s

this could work. automatic chromedriver installation has been added recently in https://github.com/kangoka/tiktodv3/pull/105

check #113 issue

you have to [naviagte ](https://riptutorial.com/cmd/example/8646/navigating-in-cmd) to the location of the file in your cmd. then execute the file.

@D3vd merge please

A github action to easily copy to other repos would be great 👍

@0xcD3v no not yet :)

With GPT3 you will always be limited to 4k tokens / prompt. You could sumarize previous answers and add this to the prompt.

With Nextjs and `create-next-app` it worked by changing: `next.config.js` ```js /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: false, // changed from true to false swcMinify: true, } module.exports...