You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm currently playing with
LLM
and I try to selfhost a small chatbot usingKamal
!To keep things super simple, I'd like:
JS
server (let's sayExpress
) = my chatbot via a simple HTML form...LLM
which makes available aREST API
like:I'm currently struggling to understand how to set this up with
Kamal
.I know how to deploy the JS server, but what about the ML stuff?
LLM
model?Could you please give me some guidance? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions