suayptalha commited on
Commit
9bd7332
·
verified ·
1 Parent(s): 68f67fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import InferenceClient
6
  moondream_client = Client("vikhyatk/moondream2")
7
 
8
  # LLaMA için InferenceClient kullanıyoruz
9
- llama_client = InferenceClient("suayptalha/Chat-with-FastLlama")
10
 
11
  # Sohbet geçmişini tutmak için bir değişken
12
  history = []
 
6
  moondream_client = Client("vikhyatk/moondream2")
7
 
8
  # LLaMA için InferenceClient kullanıyoruz
9
+ llama_client = InferenceClient("Qwen/QwQ-32B-Preview")
10
 
11
  # Sohbet geçmişini tutmak için bir değişken
12
  history = []