Mel Seto commited on
Commit
6ad01ae
·
1 Parent(s): 02ae386

production should have USE_MOCK=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ load_dotenv()
8
  # ======================
9
  # Toggle between Mock / Real API
10
  # ======================
11
- USE_MOCK = True # Set False to use the real Cerebras API
12
 
13
  # ======================
14
  # Instantiate client (only if not using mock)
 
8
  # ======================
9
  # Toggle between Mock / Real API
10
  # ======================
11
+ USE_MOCK = False # Set False to use the real Cerebras API
12
 
13
  # ======================
14
  # Instantiate client (only if not using mock)