seawolf2357 commited on
Commit
6a7cc33
·
verified ·
1 Parent(s): 6dd5ad1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1355,7 +1355,7 @@ def create_app():
1355
 
1356
  with gr.Row():
1357
  eval_model = gr.Textbox(label="🤖 피평가 모델",
1358
- value="accounts/fireworks/models/glm-4p7", scale=3)
1359
  judge_model = gr.Textbox(label="⚖️ 심판 모델 (Structured Output)",
1360
  value="accounts/fireworks/models/glm-4p7", scale=3)
1361
 
@@ -1425,7 +1425,7 @@ def create_app():
1425
 
1426
  gr.Markdown("""---
1427
  <center>AETHER-Bench v0.3.4 · Apache 2.0 · Ginigen AI (지니젠AI)<br>
1428
- 🌟 Proto-AGI 오행 파이프라인 | Fireworks: <b>glm-4p7</b> (피평가) + <b>glm-4p7</b> (Structured Judge)<br>
1429
  ⚡ JSON 100% 보장 · 파싱실패 0% · 백그라운드 실행 | <code>HF_TOKEN</code> 설정 시 PRIVATE 자동 기록</center>""")
1430
  return app
1431
 
 
1355
 
1356
  with gr.Row():
1357
  eval_model = gr.Textbox(label="🤖 피평가 모델",
1358
+ value="accounts/fireworks/models/kimi-k2p5", scale=3)
1359
  judge_model = gr.Textbox(label="⚖️ 심판 모델 (Structured Output)",
1360
  value="accounts/fireworks/models/glm-4p7", scale=3)
1361
 
 
1425
 
1426
  gr.Markdown("""---
1427
  <center>AETHER-Bench v0.3.4 · Apache 2.0 · Ginigen AI (지니젠AI)<br>
1428
+ 🌟 Proto-AGI 오행 파이프라인 | Fireworks: <b>kimi-k2p5</b> (피평가) + <b>glm-4p7</b> (Structured Judge)<br>
1429
  ⚡ JSON 100% 보장 · 파싱실패 0% · 백그라운드 실행 | <code>HF_TOKEN</code> 설정 시 PRIVATE 자동 기록</center>""")
1430
  return app
1431