Skip to content

Commit fbf99aa

Browse files
authored
Update model in chat completion to gpt-4o-mini (#47)
Fix: #46
1 parent b89ab6d commit fbf99aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/team_recommender/tests/example_9_threshold/test_measurement_is_within_threshold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def generate_choices(generations, project_description, system_prompt) -> List[Ch
181181
assert client is not None
182182

183183
completion = client.chat.completions.create(
184-
model="gpt-4-1106-preview",
184+
model="gpt-4o-mini",
185185
messages=[
186186
{"role": "system", "content": system_prompt},
187187
{"role": "user", "content": project_description},

0 commit comments

Comments
 (0)