-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Fix] Unified LLM Whisperer adapters #144
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- please consult with @gaya3-zipstack and update the version in
__init__.py
- Please help address the ask of separating envs
- What about removing the other v2 sub-package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - left a NIT comment around documentation
…yinh-llm-whisperer-adapters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please incorporate the latest changes in llm_whisperer (v1 and v2) adapters into this PR
@jagadeeswaran-zipstack
|
…tack/unstract-sdk into fix/unifyinh-llm-whisperer-adapters
…yinh-llm-whisperer-adapters
Will make these improvements Iteratively. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jagadeeswaran-zipstack , please ensure we provide a timeout or wait_timeout for the whisperer-client. This might be handled through the JSON schema, but I think we should set some upper and lower (default) caps on our side. We can implement this later if needed.
cc: @johnyrahul @hari-kuriakose
@muhammad-ali-e We do have wait timeout which has default value of 300s. refer |
URL_IN_POST = False | ||
TAG = "default" | ||
TEXT_ONLY = False | ||
WAIT_TIMEOUT = 300 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we allow the user to set this from screen?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or can we at least take this from env
What
...
Why
...
How
...
Relevant Docs
Related Issues or PRs
Dependencies Versions / Env Variables
Notes on Testing
...
Screenshots
...
Checklist
I have read and understood the Contribution Guidelines.