acecalisto3 commited on
Commit
30e98c1
·
verified ·
1 Parent(s): 9678172

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def chat_interface_with_agent(input_text, agent_name):
98
  if agent_prompt is None:
99
  return f"Agent {agent_name} not found."
100
 
101
- model_name = "acecalisto3/InstructiPhi"
102
  try:
103
  model = AutoModelForCausalLM.from_pretrained(model_name)
104
  tokenizer = AutoTokenizer.from_pretrained(model_name)
 
98
  if agent_prompt is None:
99
  return f"Agent {agent_name} not found."
100
 
101
+ model_name = "InstructiPhi"
102
  try:
103
  model = AutoModelForCausalLM.from_pretrained(model_name)
104
  tokenizer = AutoTokenizer.from_pretrained(model_name)