LilRg commited on
Commit
ee24614
·
verified ·
1 Parent(s): f97b85f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -130,7 +130,7 @@ def call_api_for_response_analysis(question, response):
130
  "Content-Type": "application/json"
131
  },
132
  data=json.dumps({
133
- "model": "meta-llama/llama-3.2-90b-vision-instruct:free",
134
  "messages": messages
135
  })
136
  )
@@ -169,7 +169,7 @@ def call_api_for_skill_assessment(responses):
169
  "Content-Type": "application/json"
170
  },
171
  data=json.dumps({
172
- "model": "meta-llama/llama-3.2-90b-vision-instruct:free",
173
  "messages": messages
174
  })
175
  )
@@ -224,7 +224,7 @@ def compare_skills_ai(student_skills, enterprise_skills):
224
  "Content-Type": "application/json"
225
  },
226
  data=json.dumps({
227
- "model": "meta-llama/llama-3.2-90b-vision-instruct:free",
228
  "messages": messages
229
  })
230
  )
@@ -348,7 +348,7 @@ def generate_follow_up_question(original_question, current_response, previous_re
348
  "Content-Type": "application/json"
349
  },
350
  data=json.dumps({
351
- "model": "meta-llama/llama-3.2-90b-vision-instruct:free",
352
  "messages": messages
353
  })
354
  )
 
130
  "Content-Type": "application/json"
131
  },
132
  data=json.dumps({
133
+ "model": "google/gemma-2-9b-it:free",
134
  "messages": messages
135
  })
136
  )
 
169
  "Content-Type": "application/json"
170
  },
171
  data=json.dumps({
172
+ "model": "google/gemma-2-9b-it:free",
173
  "messages": messages
174
  })
175
  )
 
224
  "Content-Type": "application/json"
225
  },
226
  data=json.dumps({
227
+ "model": "google/gemma-2-9b-it:free",
228
  "messages": messages
229
  })
230
  )
 
348
  "Content-Type": "application/json"
349
  },
350
  data=json.dumps({
351
+ "model": "google/gemma-2-9b-it:free",
352
  "messages": messages
353
  })
354
  )