use same model
This commit is contained in:
parent
e0cc901eb8
commit
c300cc2819
|
|
@ -96,11 +96,7 @@ class TradingAgentsGraph:
|
||||||
trust_remote_code=True,
|
trust_remote_code=True,
|
||||||
tensor_parallel_size=1,
|
tensor_parallel_size=1,
|
||||||
)
|
)
|
||||||
self.quick_thinking_llm = VLLM(
|
self.quick_thinking_llm = self.deep_thinking_llm
|
||||||
model=self.config["quick_think_llm"],
|
|
||||||
trust_remote_code=True,
|
|
||||||
tensor_parallel_size=1,
|
|
||||||
)
|
|
||||||
else:
|
else:
|
||||||
raise ValueError(f"Unsupported LLM provider: {self.config['llm_provider']}")
|
raise ValueError(f"Unsupported LLM provider: {self.config['llm_provider']}")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue