allo-

Results 478 comments of allo-

I am still on 3.0.6 and that's running without problems for quite some time now. I'm a bit unsure if I had any ad-hoc fixes for it, but I probably...

Currently I get an import error when trying to run `cli.py` ``` Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/temperusb/cli.py", line 6, in from .temper import TemperHandler ImportError: attempted relative import...

It doesn't seem to work out of the box ``` WARNING:temperusb.temper:Unrecognised sensor type 'TEMPerGold'. Trying to guess communication format. Please add the configuration to 'device_library.py' and submit to https://github.com/padelt/temper-python/issues to...

I am not experienced in it and don't have the time to do things like usb logging on windows. But when you have concrete things I can just run on...

In the context field in the web interface one might want to resolve `{{user}}` so that the instruction is independent of the configured usernames, but if the message comes from...

I think, that when the user types a literal `{{user}}` in the input (e.g. chat tab) it should be processed literally, what probably means to change the order of substitutions...

The use of `you` is a bit problematic anyway, as it is used in two different ways. Context: `You are a helpful AI assistant` (The AI is instructed in second...

What the model may or may not understand is another matter. It seems to me that most models work with or without "you" in the instructions and manage to understand...

> when it is writing as chat output AI, it is correctly referring to the human as "Aby" (in my case), This makes the chat sessions little unrealistic. True, but...

> Or maybe you can make the output also doesn't get escaped if the user typed part in input contains {{xxxx}} I think that neither the input typed by the...