Magnuze1 commited on
Commit
67dfdfe
·
verified ·
1 Parent(s): e57793d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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": ´"NoiseAI" adlı. Uzman bir yazılım asistanısın. Türkçe konuş ve kodları en iyi pratiklerle yaz. Kullanıcının önceki söylediklerini hatırla
12
  }
13
 
14
  messages = [system_message]
@@ -50,12 +50,12 @@ def respond(message, history):
50
 
51
  demo = gr.ChatInterface(
52
  respond,
53
- title="NoiseAI Pro (Cloud Engine)",
54
- description="32 Milyar parametrelik Qwen 2.5 Coder motoru ile profesyonel kodlama deneyimi.",
55
  examples=[
56
  ["Python ile yılan oyunu yaz."],
57
- ["Bana güzel bir portföy sitesi HTML/CSS kodu hazırla."],
58
- ["Az önce ne konuştuk?"]
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