Skip to content

a ChatGPT based server, we can use ours user case to train the bot

License

Notifications You must be signed in to change notification settings

ha5ky/hu5ky-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT tools

convert excel to json file

go run main.go --dirPath data --promptCol E --completionCol F --startRow 2
export OPENAI_API_KEY="sk-xxxx"

openai tools fine_tunes.prepare_data -f json.txt
openai api fine_tunes.create -t json_prepared.jsonl
openai api fine_tunes.list
openai api fine_tunes.follow -i <id>
openai api completions.create -m curie:ft-personal-2023-03-26-07-52-31 -p <YOUR_PROMPT>

build

go build -ldflags "-X 'github.com/ka5ky/hu5ky-bot/pkg/config.GitCommit=`git logger --pretty=format:%H -1`'"

About

a ChatGPT based server, we can use ours user case to train the bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages