LilRg commited on
Commit
7c32141
·
verified ·
1 Parent(s): 55db01c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -157,7 +157,7 @@ def call_api_for_response_analysis(current_skills, user_response):
157
  "Content-Type": "application/json"
158
  },
159
  data=json.dumps({
160
- "model": "meta-llama/llama-3.2-90b-vision-instruct:free",
161
  "messages": messages
162
  })
163
  )
@@ -215,7 +215,7 @@ def compare_skills_ai(student_skills, enterprise_skills):
215
  "Content-Type": "application/json"
216
  },
217
  data=json.dumps({
218
- "model": "meta-llama/llama-3.2-90b-vision-instruct:free",
219
  "messages": messages
220
  })
221
  )
 
157
  "Content-Type": "application/json"
158
  },
159
  data=json.dumps({
160
+ "model": "google/gemma-2-9b-it:free",
161
  "messages": messages
162
  })
163
  )
 
215
  "Content-Type": "application/json"
216
  },
217
  data=json.dumps({
218
+ "model": "google/gemma-2-9b-it:free",
219
  "messages": messages
220
  })
221
  )