-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
configuration of llms not consistent #33
Comments
It took me a bit, but I finally realized that |
Added a fix for the (complete-template
"You are a playwright. Given the play's title and its genre write a synopsis for that play.
Title: {{title}}
Genre: {{genre}}
Playwright: This is a synopsis for the above play: {% gen var-name=text %}"
{:title "Mr. X" :genre "crime"}
{:text {:bosquet.llm/service [:llm/openai :provider/openai]
:bosquet.llm/model-parameters {:temperature 0 :model "gpt-4"}}}) I will be doing an iteration or two on this parameterization approach and thinking about more or less freezing it for v0.4.0
See the comment I added in the In any case, those are big interface changes. Need way better documentation. Will start work on that instead of dumping everything into Readme and notebooks. |
Not to hold the other issues, closing it. Addressed in v0.3.7 release. |
Between
gen/complete-template
:and
gen/complete
Maybe we mix here the "new style" and the "old style".
This relates as well to #30
So maybe the code in 0.3.6 is still in a transition to the new style, as introduced by the change to "Config management for LLM components"
So I will wait for your feedback, before looking deeper into #30.
I think, that the code as in 0.3.6 cannot work for Azure with "gen/complete-template"
The text was updated successfully, but these errors were encountered: