Spaces:
Sleeping
Sleeping
update provider
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def main():
|
|
35 |
|
36 |
# If using Ollama, we need to specify the API base URL
|
37 |
# Initialize the LLM model based on configuration
|
38 |
-
model_id = get_model_id(provider='
|
39 |
|
40 |
logger.info(f"Initializing with model: {model_id}")
|
41 |
if use_local_llm:
|
|
|
35 |
|
36 |
# If using Ollama, we need to specify the API base URL
|
37 |
# Initialize the LLM model based on configuration
|
38 |
+
model_id = get_model_id(provider='openrouter')
|
39 |
|
40 |
logger.info(f"Initializing with model: {model_id}")
|
41 |
if use_local_llm:
|