tonko22 commited on
Commit
d672483
·
1 Parent(s): 210c8bc

update provider

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='gemini')
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: