Spaces:
Running
Running
Update app.py
Browse files
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 = "
|
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)
|