thepianist9 commited on
Commit
275cf35
1 Parent(s): d156274

Update LLM/Qwen.py

Browse files
Files changed (1) hide show
  1. LLM/Qwen.py +1 -3
LLM/Qwen.py CHANGED
@@ -28,9 +28,7 @@ class Qwen:
28
  return model, tokenizer
29
 
30
  def generate(self, question= "Hello Hello", system_prompt=""):
31
- print("Qwen: ")
32
- question = "Hello"
33
- print(question)
34
  if self.mode != 'api':
35
  self.data["question"] = self.prompt + question
36
  try:
 
28
  return model, tokenizer
29
 
30
  def generate(self, question= "Hello Hello", system_prompt=""):
31
+
 
 
32
  if self.mode != 'api':
33
  self.data["question"] = self.prompt + question
34
  try: