Skip to content

bigbrother666sh/novelist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

novelist

A series of data generation tools based on LLM...

bing

use bing api to get data and writing data to file

usage:

python -m pip install EdgeGPT --upgrade

** sometime you need update prompt_toolkit manually **

python -m pip install prompt_toolkit --upgrade

for more information, see EdgeGPT

python bing.py --input "input.txt" --output "output.txt" --cookie "cookie file path"

input file: prompts file, each line is a prompt, in a txt format

output file: result file, in a txt format

cookie file: your cookie file, if you don't know what's it check here EdgeGPT

--proxy whether use proxy, (e.g. socks5://127.0.0.1:1080)

--style Whether to specify a specific generation style, if not, then generate each prompt in three styles: creative, balanced, and strict

About

A series of data generation tools based on LLM...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages