Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
ai-stock-analysis
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-solutions
ai-stock-analysis
Commits
398cd92e
Commit
398cd92e
authored
Aug 18, 2026
by
MD. SHAHIDUL ISLAM
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: implement collapsible company analysis component with dedicated research LLM configuration
parent
f224af9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
default_config.py
dohasecuritiesstockai/default_config.py
+9
-0
No files found.
dohasecuritiesstockai/default_config.py
View file @
398cd92e
...
@@ -16,6 +16,9 @@ _ENV_OVERRIDES = {
...
@@ -16,6 +16,9 @@ _ENV_OVERRIDES = {
"TRADINGAGENTS_DEEP_THINK_LLM"
:
"deep_think_llm"
,
"TRADINGAGENTS_DEEP_THINK_LLM"
:
"deep_think_llm"
,
"TRADINGAGENTS_QUICK_THINK_LLM"
:
"quick_think_llm"
,
"TRADINGAGENTS_QUICK_THINK_LLM"
:
"quick_think_llm"
,
"TRADINGAGENTS_LLM_BACKEND_URL"
:
"backend_url"
,
"TRADINGAGENTS_LLM_BACKEND_URL"
:
"backend_url"
,
"TRADINGAGENTS_RESEARCH_LLM_PROVIDER"
:
"research_llm_provider"
,
"TRADINGAGENTS_RESEARCH_LLM_MODEL"
:
"research_llm_model"
,
"TRADINGAGENTS_RESEARCH_LLM_BACKEND_URL"
:
"research_llm_backend_url"
,
"TRADINGAGENTS_OUTPUT_LANGUAGE"
:
"output_language"
,
"TRADINGAGENTS_OUTPUT_LANGUAGE"
:
"output_language"
,
"TRADINGAGENTS_MAX_DEBATE_ROUNDS"
:
"max_debate_rounds"
,
"TRADINGAGENTS_MAX_DEBATE_ROUNDS"
:
"max_debate_rounds"
,
"TRADINGAGENTS_MAX_RISK_ROUNDS"
:
"max_risk_discuss_rounds"
,
"TRADINGAGENTS_MAX_RISK_ROUNDS"
:
"max_risk_discuss_rounds"
,
...
@@ -106,6 +109,12 @@ DEFAULT_CONFIG = _apply_env_overrides({
...
@@ -106,6 +109,12 @@ DEFAULT_CONFIG = _apply_env_overrides({
# provider-specific URL here would leak (e.g. OpenAI's /v1 was previously
# provider-specific URL here would leak (e.g. OpenAI's /v1 was previously
# being forwarded to Gemini, producing malformed request URLs).
# being forwarded to Gemini, producing malformed request URLs).
"backend_url"
:
None
,
"backend_url"
:
None
,
# Optional dedicated model for the structured ten-question company report.
# Empty values reuse the main provider/model. Set these to openai + a GPT
# model to send only this grounded synthesis call directly to OpenAI.
"research_llm_provider"
:
""
,
"research_llm_model"
:
""
,
"research_llm_backend_url"
:
""
,
# Provider-specific thinking configuration
# Provider-specific thinking configuration
"google_thinking_level"
:
None
,
# "high", "minimal", etc.
"google_thinking_level"
:
None
,
# "high", "minimal", etc.
"openai_reasoning_effort"
:
None
,
# "medium", "high", "low"
"openai_reasoning_effort"
:
None
,
# "medium", "high", "low"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment