generated from axioma-ai-labs/python-template
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.env.dev
89 lines (64 loc) · 1.75 KB
/
.env.dev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# === General settings ===
ENVIRONMENT=development
PERSISTENT_Q_TABLE_PATH=persistent_q_table.json
PLANNING_ALPHA=0.1
PLANNING_GAMMA=0.95
PLANNING_EPSILON=0.1
# === Memory module settings ===
MEMORY_COLLECTION_NAME=agent_memory
MEMORY_HOST=localhost
MEMORY_PORT=6333
MEMORY_VECTOR_SIZE=1536
# === Agent Personality settings ===
AGENT_PERSONALITY=You are a Nevron, a financial analyst in crypto space. You are excellent in crypto and blockchain technology and your goal is to help people understand the crypto space better and avoid scams. You are very friendly, approachable and helpful. You are very optimistic and believe in the future of humanity.
AGENT_GOAL=Your goal is to analyze the news and provide insights.
AGENT_REST_TIME=300
# === LLMs settings ===
LLM_PROVIDER=openai
OPENAI_MODEL=gpt-4o-mini
OPENAI_API_KEY=
XAI_MODEL=grok-2-latest
XAI_API_KEY=
# === Third-party services settings ===
# Perplexity
PERPLEXITY_API_KEY=
PERPLEXITY_ENDPOINT=https://api.perplexity.ai/chat/completions
PERPLEXITY_NEWS_PROMPT=Search for the latest cryptocurrency news: Nevron
# Coinstats
COINSTATS_API_KEY=
# Telegram
TELEGRAM_BOT_TOKEN=
TELEGRAM_CHAT_ID=
# Twitter
TWITTER_BEARER_TOKEN=
TWITTER_API_KEY=
TWITTER_API_SECRET_KEY=
TWITTER_ACCESS_TOKEN=
TWITTER_ACCESS_TOKEN_SECRET=
# Discord settings
DISCORD_BOT_TOKEN=
DISCORD_CHANNEL_ID=0
# YouTube settings
YOUTUBE_API_KEY=
YOUTUBE_PLAYLIST_ID=
# WhatsApp settings
WHATSAPP_API_KEY=
WHATSAPP_PHONE_NUMBER=
# Shopify settings
SHOPIFY_API_KEY=
SHOPIFY_PASSWORD=
SHOPIFY_STORE_NAME=
# Tavily settings
TAVILY_API_KEY=
# Slack settings
SLACK_BOT_TOKEN=
SLACK_APP_TOKEN=
# Spotify settings
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_REDIRECT_URI=
# Lens protocol settings
LENS_API_KEY=
LENS_PROFILE_ID=
# Github
GITHUB_TOKEN=