Coool2 commited on
Commit
f1c9214
·
verified ·
1 Parent(s): 8f142a7

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +0 -5
agent.py CHANGED
@@ -25,11 +25,6 @@ text_llm = Gemini(
25
 
26
  multimodal_llm = text_llm
27
 
28
- # Replace your current text_llm with:
29
- text_llm = HuggingFaceInferenceAPI(
30
- model_name="Qwen/Qwen2.5-72B-Instruct",
31
- token=os.getenv("HUGGINGFACEHUB_API_TOKEN"),
32
- )
33
 
34
  class EnhancedRAGQueryEngine:
35
  def __init__(self, task_context: str = ""):
 
25
 
26
  multimodal_llm = text_llm
27
 
 
 
 
 
 
28
 
29
  class EnhancedRAGQueryEngine:
30
  def __init__(self, task_context: str = ""):