Skip to content

Commit

Permalink
feat: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
alichengyue committed Apr 16, 2024
1 parent d6396de commit 8e10468
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
from data_class import ChatData

# Import fastapi routers
<<<<<<< HEAD
from routers import bot, health_checker, github
=======
from routers import bot, health_checker, github, rag
>>>>>>> new-branch-name

open_api_key = get_env_variable("OPENAI_API_KEY")
is_dev = bool(get_env_variable("IS_DEV"))
Expand Down

0 comments on commit 8e10468

Please sign in to comment.