-
Notifications
You must be signed in to change notification settings - Fork 9
generateData -> llm + lift methods #195
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
Conversation
5102460 to
42928a7
Compare
|
todo:
replace that with something like: perhaps this is the recipe idea @seefeldb had mentioned |
|
Ah yes, when I meant convert to a recipe, I meant to a combination of recipe and lifted functions. Lifted functions can |
|
cool - it might be nice to do: |
|
Yes, this should work! From a caller's perspective there is no difference between a lifted function or a recipe, btw. |
this speeds up generation (and lowers cost)
generateText is a thin wrapper around llm client at this point
loads files as base64 / text or json
wow, so much nicer
generateText -> llm
accidentally removed during rebasing
0322361 to
c80e3aa
Compare
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.
ship it! looks good overall and we can iterate over details later.
generateData -> llm
llm improvements:
common file input: