diff options
| author | polwex <polwex@sortug.com> | 2025-07-23 07:25:56 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-07-23 07:25:56 +0700 |
| commit | de917196d3602197a90e9eaa7cf7f8b5d0c7718e (patch) | |
| tree | 2bd3bf4de9c9e2fc910bfd04868330f3f78fe0a7 /src | |
| parent | e1e01fe1c702e33509a276eb1da6efc720c21164 (diff) | |
m
Diffstat (limited to 'src')
| -rw-r--r-- | src/generic.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/generic.ts b/src/generic.ts index 50b19c3..3690dc6 100644 --- a/src/generic.ts +++ b/src/generic.ts @@ -30,7 +30,6 @@ export default class OpenAIAPI implements AIModelAPI { this.apiKey = props.apiKey; this.baseURL = props.baseURL; this.api = new OpenAI({ baseURL: this.baseURL, apiKey: this.apiKey }); - console.log(this.api); this.model = props.model || ""; if (props.maxTokens) this.maxTokens = props.maxTokens; if (props.tokenizer) this.tokenizer = props.tokenizer; |
