V1 with working cmdline interface for easy of using GIT
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import { APIResource } from "../../../resource.js";
|
||||
import * as CompletionsAPI from "./completions.js";
|
||||
export declare class Chat extends APIResource {
|
||||
completions: CompletionsAPI.Completions;
|
||||
}
|
||||
export declare namespace Chat {
|
||||
export import Completions = CompletionsAPI.Completions;
|
||||
}
|
||||
//# sourceMappingURL=chat.d.ts.map
|
||||
Reference in New Issue
Block a user