mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-24 09:24:27 +01:00
removing accidentially commited ./docker
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 192 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 192 KiB |
@@ -1,17 +0,0 @@
|
||||
# Use the DexGuru API to retrieve top trending tokens data
|
||||
import requests
|
||||
|
||||
url = 'https://api-stage-lax.dex.guru/v2/tokens/trending'
|
||||
headers = {'Content-type': 'application/json'}
|
||||
|
||||
payload = {'ids': [], 'network': 'eth,optimism,bsc,gnosis,polygon,fantom,zksync,canto,arbitrum,nova,celo,avalanche'}
|
||||
|
||||
response = requests.post(url, json=payload, headers=headers)
|
||||
|
||||
if response.status_code == 200:
|
||||
data = response.json()
|
||||
# data contains list of dict objects describing the trending tokens
|
||||
# EXTRACT INFO YOU WILL NEED TO SUGGEST INVESTMENTS HERE
|
||||
print(data)
|
||||
else:
|
||||
print(f"An error occurred with status code {response.status_code}")
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"EXECUTE_LOCAL_COMMANDS": "True"
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
# Legal Risk Statement
|
||||
|
||||
As an LLM, we would like to remind you of the risks associated with cryptocurrency investment. While cryptocurrencies have become an appealing investment choice, it is also a highly volatile market. As such, we advise that you carefully consider the risks before making any investments.
|
||||
|
||||
We caution users that the crypto market is generally unregulated, meaning that it is not bound by any particular legal framework. Virtual currencies are also a new and rapidly evolving technology, and as such, new developments may affect their long-term ability to remain a viable investment option. Therefore, it is essential to understand that investing in cryptocurrency comes with inherent risks that are associated with any investment.
|
||||
|
||||
Please note that this statement is for educational purposes only and does not constitute legal or financial advice. Before making any significant financial decisions, you should seek professional advice tailored to your needs and objectives.
|
||||
Reference in New Issue
Block a user