lfqian commited on
Commit
feb1430
·
1 Parent(s): 3d32ddc

Update input format: change news field from string to list

Browse files
src/views/AddAssetView.vue CHANGED
@@ -53,7 +53,7 @@
53
  <pre class="code-block">{
54
  "date": "2025-10-24",
55
  "price": {"BTC": 67890.50},
56
- "news": {"BTC": "Bitcoin news..."},
57
  "model": "gpt-4o",
58
  "history_price": {
59
  "BTC": [
 
53
  <pre class="code-block">{
54
  "date": "2025-10-24",
55
  "price": {"BTC": 67890.50},
56
+ "news": {"BTC": ["Bitcoin news 1...", "Bitcoin news 2...", "Bitcoin news 3..."]},
57
  "model": "gpt-4o",
58
  "history_price": {
59
  "BTC": [
src/views/RequestView.vue CHANGED
@@ -110,7 +110,7 @@
110
  <pre class="code-block">{
111
  "date": "2025-10-24",
112
  "price": {"BTC": 67890.50},
113
- "news": {"BTC": "Bitcoin news..."},
114
  "model": "gpt-4o",
115
  "history_price": {
116
  "BTC": [
 
110
  <pre class="code-block">{
111
  "date": "2025-10-24",
112
  "price": {"BTC": 67890.50},
113
+ "news": {"BTC": ["Bitcoin news 1...", "Bitcoin news 2...", "Bitcoin news 3..."]},
114
  "model": "gpt-4o",
115
  "history_price": {
116
  "BTC": [