Update mcp_server.py
Browse files- mcp_server.py +1 -1
mcp_server.py
CHANGED
@@ -14,7 +14,7 @@ from mcp.server.fastmcp import FastMCP
|
|
14 |
mcp = FastMCP("modal_flux_testing", timeout=500)
|
15 |
|
16 |
# Configuration
|
17 |
-
MODAL_API_URL =
|
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"
|
|
|
14 |
mcp = FastMCP("modal_flux_testing", timeout=500)
|
15 |
|
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"
|