seawolf2357 commited on
Commit
90ead22
Β·
verified Β·
1 Parent(s): f3e927a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -132,7 +132,7 @@ ALL_TASKS = generate_all_tasks()
132
  # PART 4: Fireworks API 호좜
133
  # ════════════════════════════════════════════════════════════════
134
 
135
- def call_llm(prompt, system="", api_key="", model="accounts/fireworks/models/glm-5",
136
  max_tokens=4096, temperature=0.6):
137
  messages = []
138
  if system:
@@ -658,7 +658,7 @@ def create_app():
658
 
659
  with gr.Row():
660
  eval_model = gr.Textbox(label="πŸ€– 피평가 λͺ¨λΈ",
661
- value="accounts/fireworks/models/glm-5", scale=3)
662
  judge_model = gr.Textbox(label="βš–οΈ μ‹¬νŒ λͺ¨λΈ",
663
  value="accounts/fireworks/models/kimi-k2p5", scale=3)
664
 
 
132
  # PART 4: Fireworks API 호좜
133
  # ════════════════════════════════════════════════════════════════
134
 
135
+ def call_llm(prompt, system="", api_key="", model="accounts/fireworks/models/glm-4p7",
136
  max_tokens=4096, temperature=0.6):
137
  messages = []
138
  if system:
 
658
 
659
  with gr.Row():
660
  eval_model = gr.Textbox(label="πŸ€– 피평가 λͺ¨λΈ",
661
+ value="accounts/fireworks/models/glm-4p7", scale=3)
662
  judge_model = gr.Textbox(label="βš–οΈ μ‹¬νŒ λͺ¨λΈ",
663
  value="accounts/fireworks/models/kimi-k2p5", scale=3)
664