mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: restart error
This commit is contained in:
parent
fcc1bd7972
commit
b4c10d5c77
2 changed files with 12 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ import plugin from '../../../lib/plugins/plugin.js'
|
|||
import { Config } from '../utils/config.js'
|
||||
import { BingAIClient } from '@waylaidwanderer/chatgpt-api'
|
||||
import { exec } from 'child_process'
|
||||
import {checkPnpm} from "../utils/common.js";
|
||||
import { checkPnpm } from '../utils/common.js'
|
||||
|
||||
export class ChatgptManagement extends plugin {
|
||||
constructor (e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue