sou7

Results 6 issues of sou7

http://mtshiba.me/TheErgBook/indexes.html Examples: `print!` link leads page that is not exist (404 File not found). `Self` link liads page that is not exist (404 Document not found).

documentation

ソースを読む際にもわかりやすいと思うのですが。

```wisp (console.log (chars "123あいう🐜🐞🐝𤭢")) ``` ideal ``` [ '1', '2', '3', 'あ', 'い', 'う', '🐜', '🐞', '🐝', '𤭢' ] ``` reality ``` [ '1', '2', '3', 'あ', 'い', 'う', '�',...

For lightweight models like those used in local LLMs, inference may continue indefinitely without stopping, continuously outputting meaningless characters. To address this, I've added options for both a stop token...

In previous versions of the HTTP API, arguments containing prompts were simply passed through without special processing. As a result, when prompts were included in the HTTP API request, the...

The `self.prompttext = prompt` operation is already handled by OpenAITranslator. To avoid redundant processing, I've modified OpenAILikedTranslator to include the prompt in the `super().__init__` call.