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
I'm looking to use the server in a different project that uses selenium instead of a local model. Actually I have a simpler version of the server that also uses uvicorn/FastAPI that I improved on from this article. Is it possible to import the server and use it without a model? Maybe a hook system where I could pass a function that I want to call when there's a post to "/v1/chat/completions" or something similar?
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
-
Hello,
I'm looking to use the server in a different project that uses selenium instead of a local model. Actually I have a simpler version of the server that also uses uvicorn/FastAPI that I improved on from this article. Is it possible to import the server and use it without a model? Maybe a hook system where I could pass a function that I want to call when there's a post to "/v1/chat/completions" or something similar?
Beta Was this translation helpful? Give feedback.
All reactions