mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 22:07:10 +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 {
|
|
|
|
}
|