Skip to content

Commit

Permalink
use new ft model
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen committed Aug 28, 2024
1 parent bf68dc8 commit 4fc1f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai/services/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def apply_patch(original_code: str, patch: str) -> ApplyPatchResult:


def adjust_mesop_app(code: str, msg: str, line_number: int | None):
model = "ft:gpt-4o-mini-2024-07-18:mesop:with-component-prompting:A0dNmNzq"
model = "ft:gpt-4o-mini-2024-07-18:mesop:small-prompt:A1472X3c"
client = OpenAI(
api_key=getenv("OPENAI_API_KEY"),
)
Expand Down

0 comments on commit 4fc1f23

Please sign in to comment.