Mel Seto
commited on
Commit
·
6ad01ae
1
Parent(s):
02ae386
production should have USE_MOCK=True
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ load_dotenv()
|
|
| 8 |
# ======================
|
| 9 |
# Toggle between Mock / Real API
|
| 10 |
# ======================
|
| 11 |
-
USE_MOCK =
|
| 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)
|