Skip to content

Commit

Permalink
Format the code
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 14, 2024
1 parent f482cf8 commit 7b789e0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions main_prod.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Unzip the dependencies managed by serverless-python-requirements
from app.openai_constants import GPT_3_5_TURBO_MODEL, GPT_4_MODEL, GPT_4_32K_MODEL, GPT_4O_MODEL

try:
import unzip_requirements # type:ignore
except ImportError:
Expand Down Expand Up @@ -36,6 +34,12 @@
build_home_tab,
DEFAULT_HOME_TAB_MESSAGE,
)
from app.openai_constants import (
GPT_3_5_TURBO_MODEL,
GPT_4_MODEL,
GPT_4_32K_MODEL,
GPT_4O_MODEL,
)
from app.i18n import translate

#
Expand Down

0 comments on commit 7b789e0

Please sign in to comment.