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

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 = "Bin12345/AutoCoder_S_6.7B"
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 = "acecalisto3/InstructiPhi"
102
  try:
103
  model = AutoModelForCausalLM.from_pretrained(model_name)
104
  tokenizer = AutoTokenizer.from_pretrained(model_name)