This file contains hidden or 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
from openai import OpenAI | |
import base64 | |
from dotenv import load_dotenv | |
from typing import List, Optional, Dict, Any | |
import requests | |
import json | |
import os | |
import tempfile | |
# Load environment variables from .env file |
This file contains hidden or 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
{ | |
"name": "NERO Coin #001", | |
"symbol": "NERO", | |
"description": "A serialized NERO coin authenticated by blockchain. Immutable and collectible.", | |
"image": "https://www.nerocoins.com/cdn/shop/products/L1_cdb2bcb8-35ac-420a-afdb-47e91f52d13f_grande.jpg?v=1533587010", | |
"attributes": [ | |
{ "trait_type": "class", "value": "Gold" }, | |
{ "trait_type": "serial", "value": "001" }, | |
{ "trait_type": "collection", "value": "NERO" } | |
], |