tchung1970 commited on
Commit
87aec95
Β·
verified Β·
1 Parent(s): 27634a9

Update app.py

Browse files

μ˜€ν”ˆμ—μ΄μ•„μ΄ GPT-OSS-20B ν•œκ΅­μ–΄νŒ

Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -77,14 +77,14 @@ demo = gr.ChatInterface(
77
  gr.Slider(label="Repetition Penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.0)
78
  ],
79
  examples=[
80
- [{"text": "How far is Mars from Earth, and how long would it take to get there with today’s rockets?"}],
81
- [{"text": "Why do astronauts float when they are in space?"}],
82
- [{"text": "Why do we always see the same side of the Moon from Earth?"}],
83
  ],
84
  cache_examples=False,
85
  type="messages",
86
- description="""# openai-gpt-oss-20b
87
- Enter your question in the box at the bottom and press the return key, or click one of the 3 example questions.""",
88
  fill_height=True,
89
  textbox=gr.Textbox(
90
  label="Query Input",
 
77
  gr.Slider(label="Repetition Penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.0)
78
  ],
79
  examples=[
80
+ [{"text": "화성은 μ§€κ΅¬μ—μ„œ μ–Όλ§ˆλ‚˜ λ–¨μ–΄μ Έ 있으며, μ˜€λŠ˜λ‚ μ˜ λ‘œμΌ“μœΌλ‘œλŠ” κ·Έκ³³κΉŒμ§€ κ°€λŠ” 데 μ–Όλ§ˆλ‚˜ κ±Έλ¦¬λ‚˜μš”?"}],
81
+ [{"text": "μš°μ£Όμ—μ„œλŠ” μ™œ μš°μ£ΌμΈλ“€μ΄ λ–  μžˆλŠ” κ²ƒμ²˜λŸΌ λ³΄μ΄λ‚˜μš”?"}],
82
+ [{"text": "μ™œ μš°λ¦¬λŠ” μ§€κ΅¬μ—μ„œ 항상 λ‹¬μ˜ 같은 면만 λ³Ό 수 μžˆλ‚˜μš”?"}],
83
  ],
84
  cache_examples=False,
85
  type="messages",
86
+ description="""# μ˜€ν”ˆμ—μ΄μ•„μ΄ GPT-OSS-20B ν•œκ΅­μ–΄νŒ
87
+ μ•„λž˜ μž…λ ₯λž€μ— μ§ˆλ¬Έμ„ μž…λ ₯ν•˜κ³  리턴 ν‚€λ₯Ό λˆ„λ₯΄κ±°λ‚˜, 3개의 μ˜ˆμ‹œ 질문 쀑 ν•˜λ‚˜λ₯Ό ν΄λ¦­ν•˜μ„Έμš”.""",
88
  fill_height=True,
89
  textbox=gr.Textbox(
90
  label="Query Input",