Skip to content

Commit

Permalink
Update model
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsaamir committed Sep 19, 2024
1 parent 038c5c0 commit 03322b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/no_autogen_spec_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async def _resolve_single_spec(self, threat_model: ThreatModel, spec: Spec) -> S
"""

result = await self.client.chat.completions.create(
model="gpt-4o-mini",
model=self._model,
response_model=SpecAnswer,
messages=[
{
Expand Down

0 comments on commit 03322b1

Please sign in to comment.