dev 모델로 업데이트
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ def call_solar_pro2(system, user, temperature=0.0, model_name="solar-pro2"):
|
|
176 |
def call_proofread(paragraph):
|
177 |
prompt = "입력된 문서에 대한 교열 결과를 생성해 주세요."
|
178 |
response = client.chat.completions.create(
|
179 |
-
model="ft:solar-news-correction",
|
180 |
messages=[
|
181 |
{"role": "system", "content": prompt},
|
182 |
{"role": "user", "content": paragraph},
|
|
|
176 |
def call_proofread(paragraph):
|
177 |
prompt = "입력된 문서에 대한 교열 결과를 생성해 주세요."
|
178 |
response = client.chat.completions.create(
|
179 |
+
model="ft:solar-news-correction-dev",
|
180 |
messages=[
|
181 |
{"role": "system", "content": prompt},
|
182 |
{"role": "user", "content": paragraph},
|