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: llama_cpp/llama.py
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -695,10 +695,7 @@ def create_chat_completion(
695
695
Returns:
696
696
Generated chat completion or a stream of chat completion chunks.
697
697
"""
698
-
stop=stopifnotNoneelse []
699
-
instructions="""Complete the following chat conversation between the user and the assistant. System messages should be strictly followed as additi
5D5B
onal instructions."""
0 commit comments