summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Maslek <jmaslek11@gmail.com>2024-02-20 08:24:21 -0500
committerGitHub <noreply@github.com>2024-02-20 13:24:21 +0000
commitb84a0910acad3ffc1d29cd438a06950b5c01684a (patch)
tree0acc8aa6f002816af1561912238a842178892c27
parent339f9791862746da6f528530d730d8f3e53ab9a0 (diff)
clean up the remains from my yeeting (#6089)
* clean up the remains from my yeeting * was not careful
-rw-r--r--openbb_terminal/core/sdk/controllers/alt_sdk_controller.py40
-rw-r--r--openbb_terminal/core/sdk/controllers/crypto_sdk_controller.py37
-rw-r--r--openbb_terminal/core/sdk/controllers/stocks_sdk_controller.py1
-rw-r--r--openbb_terminal/core/sdk/models/alt_sdk_model.py84
-rw-r--r--openbb_terminal/core/sdk/models/crypto_sdk_model.py88
-rw-r--r--openbb_terminal/core/sdk/models/forecast_sdk_model.py1
-rw-r--r--openbb_terminal/core/sdk/models/keys_sdk_model.py8
-rw-r--r--openbb_terminal/core/sdk/models/portfolio_sdk_model.py1
-rw-r--r--openbb_terminal/core/sdk/models/stocks_sdk_model.py2
-rw-r--r--openbb_terminal/core/sdk/sdk_init.py9
-rw-r--r--openbb_terminal/core/sdk/trail_map.csv29
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/account_delete.txt15
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/account_download.txt13
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/account_generate.txt15
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/account_list.txt18
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/account_login.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/account_logout.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/account_revoke.txt9
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/account_show.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/account_upload.txt21
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/alt_covid_cases.txt11
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/alt_covid_country.txt16
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/alt_covid_deaths.txt9
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/alt_covid_ov.txt11
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/alt_covid_rates.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/alt_covid_slopes.txt20
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/alt_hn.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/alt_oss_rossidx.txt26
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/alt_oss_rs.txt13
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/alt_oss_sh.txt13
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/alt_oss_tr.txt18
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/alt_realestate_regionstats.txt19
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/alt_realestate_sales.txt17
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/alt_realestate_townsales.txt22
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_candle.txt13
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_active.txt22
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_ath.txt14
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_atl.txt13
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_balance.txt21
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_basic.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_bc.txt10
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_change.txt20
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_desc.txt22
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_dev.txt13
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_eb.txt23
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_events.txt24
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_ex.txt22
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_fr.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_fundrate.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_funot.txt24
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_gh.txt25
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_gov.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_info.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_inv.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_links.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_liquidations.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_market.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_mcapdom.txt21
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_mkt.txt28
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_mt.txt30
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_news.txt31
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_nonzero.txt17
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_ob.txt24
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_oi.txt15
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_pi.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_ps.txt21
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_rm.txt14
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_score.txt11
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_social.txt9
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_stats.txt16
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_team.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_tk.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_trades.txt20
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_twitter.txt22
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_dd_web.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_anchor.txt17
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_dtvl.txt15
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_gacc.txt19
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_gdapps.txt14
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_lcsc.txt14
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_ldapps.txt24
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_newsletter.txt14
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_pairs.txt27
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_pools.txt21
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_sinfo.txt17
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_sratio.txt14
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_sreturn.txt15
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_stats.txt12
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_stvl.txt14
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_swaps.txt20
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_tokens.txt21
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_validators.txt24
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_defi_vaults.txt32
-rw-r--r--openbb_terminal/miscellaneous/gpt_index/data/crypto_disc_dapp_categories.txt12
-rw-r--r--