Skip to content

Commit

Permalink
switch to production mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Chen authored and Mark Chen committed Feb 6, 2024
1 parent 7b23ee7 commit e2be12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from fastapi.middleware.cors import CORSMiddleware
from ai import gpt_chatbot, llama_chatbot

isProduction = False
isProduction = True

origins = ["*"]

Expand Down

0 comments on commit e2be12d

Please sign in to comment.