Skip to content

Commit

Permalink
fix: module import
Browse files Browse the repository at this point in the history
  • Loading branch information
r-4bb1t committed Feb 15, 2024
1 parent d6daf68 commit 85d45a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routers/question.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from models import LQuestions, LAnswers, LUsers
from pydantic import BaseModel
from routers.auth import get_current_user
from utils.openai import generate_response
from gpt.utils import generate_response

router = APIRouter()

Expand Down

0 comments on commit 85d45a1

Please sign in to comment.