Skip to content

Commit a6158c1

Browse files
authoredJan 5, 2025
Merge branch 'develop' into readme-git-command
2 parents e283a26 + 6b5f9eb commit a6158c1

File tree

107 files changed

+2465
-2528
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+2465
-2528
lines changed
 

‎.env.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ETERNALAI_MODEL= # Default: "neuralmagic/Meta-Llama-3.1-405B-Inst
2222
ETERNALAI_API_KEY=
2323
ETERNAL_AI_LOG_REQUEST=false #Default: false
2424

25-
GROK_API_KEY= # GROK API Key
25+
GROK_API_KEY= # GROK/xAI API Key
2626
GROQ_API_KEY= # Starts with gsk_
2727
OPENROUTER_API_KEY=
2828
GOOGLE_GENERATIVE_AI_API_KEY= # Gemini API key
@@ -83,7 +83,7 @@ POST_INTERVAL_MAX= # Default: 180
8383
POST_IMMEDIATELY=
8484

8585
# Twitter action processing configuration
86-
ACTION_INTERVAL=300000 # Interval in milliseconds between action processing runs (default: 5 minutes)
86+
ACTION_INTERVAL= # Interval in minutes between action processing runs (default: 5 minutes)
8787
ENABLE_ACTION_PROCESSING=false # Set to true to enable the action processing loop
8888

8989
# Feature Flags

‎.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: "pnpm"
2121

2222
- name: Install dependencies
23-
run: pnpm install
23+
run: pnpm install -r --no-frozen-lockfile
2424

2525
- name: Run Prettier
2626
run: pnpm run prettier --check .

0 commit comments

Comments
 (0)