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
Hello! Thanks for great extension! I want to use multiple stop-words in Custom AI autocomplete. I added key "stop" with value "<|endoftext|>", "<|fim_prefix|>" (screenshot attached). I expect my server to receive "stop": ["<|endoftext|>", "<|fim_prefix|>"] (2 items in array), but it receives stop=['"<|endoftext|>", "<|fim_prefix|>"'] (1 item in array). I tried differrent values for "stop" (e.g., '<|endoftext|>', '<|fim_prefix|>', ["<|endoftext|>", "<|fim_prefix|>"]), but I always get only 1 element in array at my server
The text was updated successfully, but these errors were encountered:
Hello! Thanks for great extension! I want to use multiple stop-words in Custom AI autocomplete. I added key "stop" with value
"<|endoftext|>", "<|fim_prefix|>"
(screenshot attached). I expect my server to receive"stop": ["<|endoftext|>", "<|fim_prefix|>"]
(2 items in array), but it receivesstop=['"<|endoftext|>", "<|fim_prefix|>"']
(1 item in array). I tried differrent values for "stop" (e.g.,'<|endoftext|>', '<|fim_prefix|>'
,["<|endoftext|>", "<|fim_prefix|>"]
), but I always get only 1 element in array at my serverThe text was updated successfully, but these errors were encountered: