openfree commited on
Commit
7155164
ยท
verified ยท
1 Parent(s): f065a36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ SYSTEM_PROMPT = (
79
  def call_llm(seed: str, debug: bool = False):
80
  """LLM ํ˜ธ์ถœ โ†’ JSON dict ๋ฐ˜ํ™˜"""
81
  resp = client.chat.completions.create(
82
- model="gpt-4o-mini", # ๋˜๋Š” gpt-4-turbo (์กฐ์ • ๊ฐ€๋Šฅ)
83
  messages=[
84
  {"role": "system", "content": SYSTEM_PROMPT},
85
  {"role": "user", "content": seed},
 
79
  def call_llm(seed: str, debug: bool = False):
80
  """LLM ํ˜ธ์ถœ โ†’ JSON dict ๋ฐ˜ํ™˜"""
81
  resp = client.chat.completions.create(
82
+ model="gpt-4.1-mini", # ๋˜๋Š” gpt-4-turbo (์กฐ์ • ๊ฐ€๋Šฅ)
83
  messages=[
84
  {"role": "system", "content": SYSTEM_PROMPT},
85
  {"role": "user", "content": seed},