prediction with context
This commit is contained in:
@@ -290,7 +290,7 @@ class OilPriceService
|
||||
|
||||
return new PricePrediction([
|
||||
'predicted_for' => now()->toDateString(),
|
||||
'source' => PredictionSource::Llm,
|
||||
'source' => PredictionSource::LlmWithContext,
|
||||
'direction' => $direction,
|
||||
'confidence' => $confidence,
|
||||
'reasoning' => $data['reasoning'],
|
||||
|
||||
Reference in New Issue
Block a user