Rahul-8799 commited on
Commit
1bc941f
·
verified ·
1 Parent(s): a640c55

Update agents/ui_designer_agent.py

Browse files
Files changed (1) hide show
  1. agents/ui_designer_agent.py +1 -1
agents/ui_designer_agent.py CHANGED
@@ -2,7 +2,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
2
  import torch
3
  from langchain_core.messages import AIMessage
4
 
5
- MODEL_REPO = "Rahul-8799/ui_designer_mistral" # You'll need to fine-tune this model
6
 
7
  tokenizer = AutoTokenizer.from_pretrained(MODEL_REPO, trust_remote_code=True)
8
  model = AutoModelForCausalLM.from_pretrained(
 
2
  import torch
3
  from langchain_core.messages import AIMessage
4
 
5
+ MODEL_REPO = "Rahul-8799/product_manager_mistral"
6
 
7
  tokenizer = AutoTokenizer.from_pretrained(MODEL_REPO, trust_remote_code=True)
8
  model = AutoModelForCausalLM.from_pretrained(