MCPcopy Create free account
hub / github.com/RomanHotsiy/commitgpt /

Class

client.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10const openai = new OpenAIApi(configuration);
11
12export class ChatGPTClient {
13 async getAnswer(question: string): Promise<string> {
14 const { model, maxTokens, temperature } = await getPromptOptions();
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected