mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: WIP openai rewrite
This commit is contained in:
parent
30f9c82d73
commit
a77a0e430f
5 changed files with 101 additions and 54 deletions
|
|
@ -0,0 +1,7 @@
|
|||
import OpenAI from 'openai';
|
||||
import { BaseClient } from './BaseClient.js'
|
||||
|
||||
export default class OpenAILikeClient extends BaseClient {
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue