OpenRouterTeam / openrouter-runner

Inference engine powering open source models on OpenRouter
https://openrouter.ai
MIT License
574 stars 55 forks source link

fix: revert use of @enter entrypoint due to bug #54

Closed sambarnes closed 9 months ago

sambarnes commented 9 months ago

Details

not seeing the engine initialize for any other models in the stats image

even when i've explicitly sent a chat for neuralchat in the playground, saw request come in, but engine never started. just idles in UI

image

i have a suspicion that the @enter hook has some bug/unspecified behavior when used with a parametrized class in modal

this fix would return things to before that experiment, just to check

Code of Conduct