We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319a6c8 commit 332eeabCopy full SHA for 332eeab
src/utils/utils.py
@@ -89,6 +89,7 @@ def get_llm_model(provider: str, **kwargs):
89
model=kwargs.get("model_name", "qwen2.5:7b"),
90
temperature=kwargs.get("temperature", 0.0),
91
num_ctx=128000,
92
+ base_url=kwargs.get("base_url", "http://localhost:11434"),
93
)
94
elif provider == "azure_openai":
95
if not kwargs.get("base_url", ""):
0 commit comments