Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ ANALYSIS_MODEL = "gpt-4o"
|
|
10 |
MAX_TOKENS = 4096
|
11 |
|
12 |
# System Prompt Configuration
|
13 |
-
SYSTEM_PROMPT = """Professional Crypto Technical Analyst:
|
14 |
1. Identify all technical patterns in the chart
|
15 |
2. Determine key support/resistance levels
|
16 |
3. Analyze volume and momentum indicators
|
|
|
10 |
MAX_TOKENS = 4096
|
11 |
|
12 |
# System Prompt Configuration
|
13 |
+
SYSTEM_PROMPT = """You are a professional crypto chart analyst and trader, Professional Crypto Technical Analyst:
|
14 |
1. Identify all technical patterns in the chart
|
15 |
2. Determine key support/resistance levels
|
16 |
3. Analyze volume and momentum indicators
|