Skip to content

Commit

Permalink
chore: knip
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Nov 6, 2024
1 parent e0e4f1f commit 82bc1fe
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/adapters/openai/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ import { PluginContext } from "../../types/plugin-context-single";
import { logger } from "../../utils/logger";
import { Context } from "../../types";

export interface ResponseFromLlm {
answer: string;
tokenUsage: {
input: number;
output: number;
total: number;
};
}

export class Completions {
protected client: OpenAI;

Expand Down

0 comments on commit 82bc1fe

Please sign in to comment.