Created
November 6, 2023 04:44
-
-
Save Kurry/817cd0d0e149429f89daf47cf5f10a18 to your computer and use it in GitHub Desktop.
BloombergGPT Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bgpt = BloombergGPT() | |
user_question = "What tickers are above their 50-day moving average in the B500 Index?" | |
response = bgpt.chat(user_question) | |
print(response) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment