Princess3 commited on
Commit
e0c0600
1 Parent(s): 8c44e4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ def initialize_llm(model_path: str, n_ctx: int, n_threads: int = 4, n_batch: int
165
  logger.error(f"Failed to initialize LLM: {e}")
166
  raise
167
 
168
- llm = initialize_llm('../models/lil.gguf', 4096)
169
 
170
  def build_tool(config) -> Tool:
171
  tool = Tool(
 
165
  logger.error(f"Failed to initialize LLM: {e}")
166
  raise
167
 
168
+ llm = initialize_llm(model_path, 4096)
169
 
170
  def build_tool(config) -> Tool:
171
  tool = Tool(