Fix ticker hardcoding in prompt (#28)

This commit is contained in:
saksham0161 2025-06-12 08:13:39 +05:30 committed by GitHub
parent a879868396
commit 570644d939
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ def get_stock_news_openai(ticker, curr_date):
"content": [
{
"type": "input_text",
"text": f"Can you search Social Media for {ticker} on TSLA from 7 days before {curr_date} to {curr_date}? Make sure you only get the data posted during that period.",
"text": f"Can you search Social Media for {ticker} from 7 days before {curr_date} to {curr_date}? Make sure you only get the data posted during that period.",
}
],
}