Mindsights AI
Mindsights AI
Is it fully solve #695 ?
@mLiGuangYuan is it work with hot reload? Do you have workable solution with additional content script in `MAIN` world that work with hot reload?
@mLiGuangYuan when i am trying to use your zip, all looks fine, but on dev or build process i have that error: ```shell ahwe@user:~/mst-extension$ pnpm run build > inside-me@ build...
``` $ aider --model gpt-4-1106-preview --show-repo-map Aider v0.19.1 VSCode terminal detected, pretty output has been disabled. Command Line Args: --model gpt-4-1106-preview --show-repo-map --verbose --openai-api-key *** Model: gpt-4-1106-preview using udiff edit...
@ujjawal-ti which api do you use for streaming ?
I think it implemented in #68
Same problem
It is not possible with TypedPredictors, also cache_turn_on is not working with runtime.
@gallypette Is broadcast functionality working right now?
@gallypette i can't make it workable ``` def test_function(payload): print(payload) -> there error 'unmatched topic' t1 = s.set_channel("test function") t1.join() t1.on("test event", callback=test_function, ref=None) t1.send("test event", "Bla bla bla", None)...