- streamline marker addition - remove unused OLLAMA_MODELS_PATH (OLLAMA_HOST should be enough even for Docker)
25 lines
950 B
Plaintext
25 lines
950 B
Plaintext
###########################################################################
|
|
# Configurazioni per i modelli di linguaggio
|
|
###############################################################################
|
|
|
|
# Alcune API sono a pagamento, altre hanno un piano gratuito con limiti di utilizzo
|
|
# Vedi https://docs.agno.com/examples/models per vedere tutti i modelli supportati
|
|
GOOGLE_API_KEY=
|
|
|
|
###############################################################################
|
|
# Configurazioni per gli agenti di mercato
|
|
###############################################################################
|
|
|
|
# Coinbase CDP API per Market Agent
|
|
# Ottenibili da: https://portal.cdp.coinbase.com/access/api
|
|
CDP_API_KEY_NAME=
|
|
CDP_API_PRIVATE_KEY=
|
|
|
|
# CryptoCompare API per Market Agent (alternativa)
|
|
# Ottenibile da: https://www.cryptocompare.com/cryptopian/api-keys
|
|
CRYPTOCOMPARE_API_KEY=
|
|
|
|
# Binance API per Market Agent (alternativa)
|
|
BINANCE_API_KEY=
|
|
BINANCE_API_SECRET=
|