Haseeb-001 commited on
Commit
d24e90d
·
verified ·
1 Parent(s): 2fffe35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def generate_code(summary, language):
17
  "content": f"Generate efficient {language} code for the following task without any explanations or comments: {summary}",
18
  }
19
  ],
20
- model="llama3-8b-8192", # Specify the model you want to use
21
  stream=False,
22
  )
23
  generated_code = chat_completion.choices[0].message.content
 
17
  "content": f"Generate efficient {language} code for the following task without any explanations or comments: {summary}",
18
  }
19
  ],
20
+ model="starcoder", # Specify the model you want to use
21
  stream=False,
22
  )
23
  generated_code = chat_completion.choices[0].message.content