Spaces:
Sleeping
Sleeping
Update function.py
Browse files- function.py +2 -1
function.py
CHANGED
|
@@ -55,4 +55,5 @@ def GetLLMResponse(selected_topic_level,
|
|
| 55 |
|
| 56 |
## Generate the response from the llama 2 model
|
| 57 |
print(response)
|
| 58 |
-
return response
|
|
|
|
|
|
| 55 |
|
| 56 |
## Generate the response from the llama 2 model
|
| 57 |
print(response)
|
| 58 |
+
return response
|
| 59 |
+
|