mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
import OpenAI from 'openai'
|
|
import { BaseClient } from './BaseClient.js'
|
|
|
|
export default class OpenAILikeClient extends BaseClient {
|
|
|
|
}
|