-
Notifications
You must be signed in to change notification settings - Fork 124
HelpersTask702_Describe_use_and_architecture_of_llm_transform.py_flow #703
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
base: master
Are you sure you want to change the base?
HelpersTask702_Describe_use_and_architecture_of_llm_transform.py_flow #703
Conversation
FYI @gpsaggese, Modified Reference and How to guide of llm_transform.py Checklist
|
Pre-commit checks: - 'check_master' passed - 'check_author' passed - 'check_file_size' passed - 'check_python_compile' passed - 'check_gitleaks' passed All checks passed ✅
Pre-commit checks: All checks passed ✅
57ddf5e
to
8835ba5
Compare
While writing the reference, I came up with the following discrepancies and doubts:
@gpsaggese should I create an issue for these? I'm not sure if these are bugs actively being worked on. |
…re_of_llm_transform.py_flow Pre-commit checks: All checks passed ✅
text_rewrite | ||
``` | ||
|
||
## Prompt Tags |
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.
This is going to be impossible to maintain. Better to add this and let's add more comments in the code and improve the output of -p list
to print the docstring
Once the LLM unit test framework is ready we will move this to the unit test which is a better way to document actively maintained code
|
||
### Container | ||
|
||
```plantuml |
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.
Does mermaid support this natively so we can render it on GH?
In other words, can we use mermaid instead of plantuml?
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.
I tried using mermaid, but the diagram just don't look good. Lines and texts overlap each other, and in my opinion will keep viewers confused.
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.
#702