Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ import io
|
|
5 |
import base64
|
6 |
|
7 |
OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"
|
8 |
-
OPENROUTER_API_KEY = "
|
9 |
-
MODEL_NAME = "
|
10 |
|
11 |
SYSTEM_PROMPT = """
|
12 |
You are a professional technical analyst with 10 years of experience in financial markets.
|
|
|
5 |
import base64
|
6 |
|
7 |
OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"
|
8 |
+
OPENROUTER_API_KEY = "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"
|
9 |
+
MODEL_NAME = "Mistral: Magistral Medium 2506 (thinking)"
|
10 |
|
11 |
SYSTEM_PROMPT = """
|
12 |
You are a professional technical analyst with 10 years of experience in financial markets.
|