Spaces:
Build error
Build error
Update main.py
Browse files
main.py
CHANGED
@@ -33,4 +33,4 @@ async def generate_response(item: Validation):
|
|
33 |
output = llm(prompt, max_tokens=1024, stop=["Q:", "\n"], echo=True) # Update parameters as needed
|
34 |
|
35 |
# Extract and return the text from the response
|
36 |
-
return output
|
|
|
33 |
output = llm(prompt, max_tokens=1024, stop=["Q:", "\n"], echo=True) # Update parameters as needed
|
34 |
|
35 |
# Extract and return the text from the response
|
36 |
+
return output
|