Lance_Lake
Lance_Lake
True... However, this doesn't solve my issue. If I start streaming directly when OBS starts and stops, then the preshow I do (which has youtube videos in it) gets flagged...
It doesn't need to be an API. It just needs to be a shortcut that when a key is pressed, the streams with that shortcut listed start and when you...
Ok. This is confusing to me then. I run Ooga Booga on the same computer. I was hoping there was someplace I can put in my local IP, tell it...
Ok.. Simple question then. I have an LLM file.. mixtral-8x7b-moe-rp-story.Q6_K.gguf.. How do I put it into the system? Where do I enter in that line into the config so that...
That's ok. I'll keep an eye on the releases and perhaps in the future, this will work for what I have planned. Thank you again for the help.
So I tried the command you suggested and got this error.. Figured I would post it here just in case it's useful. ``` E:\AIlice\ailice>ailice_main --modelID=hf:ehartford/dolphin-2.5-mixtral-8x7b --prompt="main" --quantization=4bit --contextWindowRatio=0.3 config.json need...
``` { "maxMemory": {}, "quantization": null, "openaiGPTKey": null, "temperature": 0.0, "flashAttention2": false, "speechOn": false, "contextWindowRatio": 0.6, "services": { "storage": { "cmd": "python3 -m ailice.modules.AStorageChroma --addr=tcp://127.0.0.1:59101", "addr": "tcp://127.0.0.1:59101" }, "browser": {...
As a side note.. ``` "speech": { "cmd": "python3 -m ailice.modules.ASpeech --addr=tcp://127.0.0.1:59107", "addr": "tcp://127.0.0.1:59107" } ``` If you are running it with a command line switch of addr, then you...
I pulled the latest version ``` E:\AIlice\ailice>git pull remote: Enumerating objects: 14, done. remote: Counting objects: 100% (14/14), done. remote: Compressing objects: 100% (3/3), done. remote: Total 14 (delta 11),...
The Python3 in the config was what it auto-generated. But I changed it to python and success... Kind of.. ``` E:\AIlice\ailice>ailice_main --modelID=hf:ehartford/dolphin-2.5-mixtral-8x7b --prompt="main" --quantization=4bit --contextWindowRatio=0.3 config.json is located at C:\Users\Lance...