export interface Completion {
	text: string;
	engine: string;
	model: string;
}
