-
-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inlet and outlet not called using a pipeline as a base_model to create custom model #312
Comments
Can you post the code of your custom pipeline? |
Due to company policies, I had to remove some code related to system prompt construction. Currently, the main issue is that when using the pipeline directly, the self.file_contents variable updates correctly. However, if I wrap the pipeline to create a custom model from the UI, the inlet (and the oultet) is not called, and the self.file_contents list doesn’t update across different chats. Here a code example
|
I need to see what the "wrapping" code looks like. |
Sorry, I use wrap but I should use another term. |
@explorigin @tjbck any update? |
Moreover, i have seen this behaviour:
Question on Implementation: Why do the /inlet, /pipe, and /outlet endpoints each have different request bodies? |
any updates? |
Hello! When I create a model by going to Workspaces -> Model -> Create a Model and selecting the model ID of a custom pipeline as the base model, the inlet and outlet functions don't seem to be triggered.
Any insights on why this might be happening? Thank you!
The text was updated successfully, but these errors were encountered: