diff --git a/docker/workspace/23dc7e07-db57-40d5-bb18-c75c6ff2cc0f.jpg b/docker/workspace/23dc7e07-db57-40d5-bb18-c75c6ff2cc0f.jpg deleted file mode 100644 index 59be7609..00000000 Binary files a/docker/workspace/23dc7e07-db57-40d5-bb18-c75c6ff2cc0f.jpg and /dev/null differ diff --git a/docker/workspace/34cdcc0e-1343-4f6c-a204-dc34d0e75f96.jpg b/docker/workspace/34cdcc0e-1343-4f6c-a204-dc34d0e75f96.jpg deleted file mode 100644 index 774cf51f..00000000 Binary files a/docker/workspace/34cdcc0e-1343-4f6c-a204-dc34d0e75f96.jpg and /dev/null differ diff --git a/docker/workspace/analyze_trending_tokens.py b/docker/workspace/analyze_trending_tokens.py deleted file mode 100644 index 7bd86739..00000000 --- a/docker/workspace/analyze_trending_tokens.py +++ /dev/null @@ -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}") \ No newline at end of file diff --git a/docker/workspace/config.json b/docker/workspace/config.json deleted file mode 100644 index b468f762..00000000 --- a/docker/workspace/config.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "EXECUTE_LOCAL_COMMANDS": "True" -} \ No newline at end of file diff --git a/docker/workspace/ethereum_price.json b/docker/workspace/ethereum_price.json deleted file mode 100644 index e69de29b..00000000 diff --git a/docker/workspace/llm_risks.md b/docker/workspace/llm_risks.md deleted file mode 100644 index aadb349b..00000000 --- a/docker/workspace/llm_risks.md +++ /dev/null @@ -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. \ No newline at end of file