Data Schema
The SixGPT data schema looks like the following:
table Examples {
type:string
context:{title:string, content:string};
input:string;
output:string;
created_at:ulong;
}
The SixGPT data schema looks like the following:
table Examples {
type:string
context:{title:string, content:string};
input:string;
output:string;
created_at:ulong;
}