Spaces:
Runtime error
Runtime error
| from dotenv import load_dotenv | |
| from os import getenv | |
| load_dotenv() | |
| class Config: | |
| nebius_api = getenv('NEBIUS_API') |
| from dotenv import load_dotenv | |
| from os import getenv | |
| load_dotenv() | |
| class Config: | |
| nebius_api = getenv('NEBIUS_API') |