generated from axioma-ai-labs/python-template
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.env.dev
104 lines (69 loc) · 1.89 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# === General settings ===
ENVIRONMENT=development
# === 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=
DEEPSEEK_API_KEY=
DEEPSEEK_MODEL=deepseek-chat
DEEPSEEK_API_BASE_URL=https://api.deepseek.com
VENICE_API_KEY=
VENICE_MODEL=venice-2-13b
VENICE_API_BASE_URL=https://api.venice.ai/api/v1
EMBEDDING_PROVIDER=
LLAMA_MODEL_PATH=
# === Third-party services settings ===
# Perplexity
PERPLEXITY_API_KEY=
PERPLEXITY_ENDPOINT=https://api.perplexity.ai/chat/completions
PERPLEXITY_MODEL=
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=