nadim71 commited on
Commit
c8adf22
·
verified ·
1 Parent(s): f08032b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ class MyAgent:
33
  def __init__(self):
34
  self.llm = ChatHuggingFace(
35
  llm=HuggingFaceEndpoint(
36
- repo_id="mistralai/Mistral-7B-Instruct-v0.2",
37
  task="text-generation",
38
 
39
  )
 
33
  def __init__(self):
34
  self.llm = ChatHuggingFace(
35
  llm=HuggingFaceEndpoint(
36
+ repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
37
  task="text-generation",
38
 
39
  )