mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
import OpenAI from 'openai';
|
|
import { BaseClient } from './BaseClient.js'
|
|
|
|
export default class OpenAILikeClient extends BaseClient {
|
|
|
|
|
|
}
|