-
On the stop words API Reference, we provide a link to an external website containing lists of possible stop words for different languages. This website doesn't appear to exist anymore.
Link to the …
-
It seems that Meili is ignoring the stop words I set. According to the [specification](https://specs.meilisearch.dev/specifications/text/0123-stop-words-setting-api.html#_3-functional-specification), …
-
We need to assess if performance has been impacted by adding stop words.
-
I'm trying to use nanoGPT to generate Python code, and I don't find a stop words implementation in the code right now, so what I'm getting is this:
```
Write a hello world function in Python3. Gen…
-
is there any difference between using stop_words_list and end_id?
Is there any value in using end_id if I mention the end_id in the stop_words_list as well?
-
Should probably clean out stop words from `all_text` index field. Will help clean up unnecessary index space and compute usage.
-
# Problem
- There are many users looking to enter multiple stop words
- The "stop" section for configuring the model does not make it clear whether it should be a comma-separated list, a newline-separ…
-
In the VoicePipelineAgent, I want to stop the LLM execution when inappropriate words are input.
While the text passed to the LLM can be adjusted using before_llm_cb, I am unable to stop the executi…
-
### System Info
Hi team,
when I try to add return_log_probs true and output_log_probs = true to return logprob, the generation speed degraded significantly. Below is my testing.
time curl -X POST l…
-
Stop words do not take effect. I can temporarily use end_id to bypass this problem, but I found that if I change inflight_fused_batching to V1, end_id will not take effect.
```
parameters: {
key:…