Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ client = InferenceClient(model=MODEL_ID, token=os.getenv("HF_TOKEN"))
|
|
| 8 |
def respond(message, history):
|
| 9 |
system_message = {
|
| 10 |
"role": "system",
|
| 11 |
-
"content":
|
| 12 |
}
|
| 13 |
|
| 14 |
messages = [system_message]
|
|
@@ -50,12 +50,12 @@ def respond(message, history):
|
|
| 50 |
|
| 51 |
demo = gr.ChatInterface(
|
| 52 |
respond,
|
| 53 |
-
title="NoiseAI
|
| 54 |
-
description="32 Milyar parametrelik
|
| 55 |
examples=[
|
| 56 |
["Python ile yılan oyunu yaz."],
|
| 57 |
-
["Bana güzel bir
|
| 58 |
-
["
|
| 59 |
]
|
| 60 |
)
|
| 61 |
|
|
|
|
| 8 |
def respond(message, history):
|
| 9 |
system_message = {
|
| 10 |
"role": "system",
|
| 11 |
+
"content": "NoiseAI/Noise adlı. 32B (32 Milyar Parametre) parametreye sahipsin, MagnuX (magnuxdev) tarafından eğitildin. Türkçe konuş ve kodları en iyi pratiklerle yaz. Kullanıcının önceki söylediklerini hatırlayabiliyorsun.´
|
| 12 |
}
|
| 13 |
|
| 14 |
messages = [system_message]
|
|
|
|
| 50 |
|
| 51 |
demo = gr.ChatInterface(
|
| 52 |
respond,
|
| 53 |
+
title="NoiseAI (Cloud Engine)",
|
| 54 |
+
description="32 Milyar parametrelik NoiseAI",
|
| 55 |
examples=[
|
| 56 |
["Python ile yılan oyunu yaz."],
|
| 57 |
+
["Bana güzel bir özel proje sitesi HTML/CSS kodu hazırla."],
|
| 58 |
+
["Nasıl gidiyor?"]
|
| 59 |
]
|
| 60 |
)
|
| 61 |
|