You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/integrations/llms/rwkv.mdx
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,8 @@ from langchain_community.llms import RWKV
46
46
47
47
defgenerate_prompt(instruction, input=None):
48
48
ifinput:
49
-
returnf"""Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
49
+
returnf"""Below is an instruction that describes a task, paired with an input that provides
50
+
further context. Write a response that appropriately completes the request.
0 commit comments