Spaces:
Sleeping
Sleeping
Update mcp_server.py
Browse files- mcp_server.py +1 -1
mcp_server.py
CHANGED
@@ -16,7 +16,7 @@ mcp = FastMCP("modal_flux_testing", timeout=500)
|
|
16 |
# Configuration
|
17 |
MODAL_API_URL ="https://rajkumarcmppl--flux-api-server-fastapi-server.modal.run"
|
18 |
# Add Mistral API configuration
|
19 |
-
MISTRAL_API_KEY = os.getenv("MISTRAL_API_KEY")
|
20 |
MISTRAL_API_URL = "https://api.mistral.ai/v1/chat/completions"
|
21 |
|
22 |
# Social Media Size Presets
|
|
|
16 |
# Configuration
|
17 |
MODAL_API_URL ="https://rajkumarcmppl--flux-api-server-fastapi-server.modal.run"
|
18 |
# Add Mistral API configuration
|
19 |
+
MISTRAL_API_KEY = os.getenv("MISTRAL_API_KEY","DRdpSRosSmwjj62cbdb3b04xjaPrMKpa")
|
20 |
MISTRAL_API_URL = "https://api.mistral.ai/v1/chat/completions"
|
21 |
|
22 |
# Social Media Size Presets
|