Skip to content

Commit

Permalink
use EdgeGPT.EdgeGPT
Browse files Browse the repository at this point in the history
  • Loading branch information
FuseFairy committed Jun 10, 2023
1 parent 9b935f0 commit 4c71171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/edgegpt.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import discord
import json
from typing import Optional
from ImageGen import ImageGenAsync
from EdgeGPT import Chatbot
from EdgeGPT.ImageGen import ImageGenAsync
from EdgeGPT.EdgeGPT import Chatbot
from discord import app_commands
from core.classes import Cog_Extension
from src import log
Expand Down

0 comments on commit 4c71171

Please sign in to comment.