Spaces:
Sleeping
Sleeping
thepianist9
commited on
Commit
•
2b3b3b2
1
Parent(s):
f69922c
Update LLM/Qwen.py
Browse files- LLM/Qwen.py +1 -0
LLM/Qwen.py
CHANGED
@@ -29,6 +29,7 @@ class Qwen:
|
|
29 |
|
30 |
def generate(self, question= "Hello Hello", system_prompt=""):
|
31 |
print("Qwen: ")
|
|
|
32 |
print(question)
|
33 |
if self.mode != 'api':
|
34 |
self.data["question"] = self.prompt + question
|
|
|
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
|