Discussion about controlled LLM (guidance/lmql) #117
caillef
started this conversation in
Ideas & Thoughts
Replies: 1 comment
-
Seems useful yeah. Constrain the model |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that the idea right now is to make no difference between agents, from the top to the bottom, each agent is a simple "preprompt + instruction -> result" + code execution
After looking at indydevdan channel, I discovered guidance and lmql
I tested guidance to generate a first simple function and then add reflection/improvements.
Why I think it is useful to use this kind of tool instead of classic agent completion
{{#select 'chapter'}}9{{or}}10{{or}}11{{/select}}
Now there is one good news and one bad news
Vision
We want to build an agent that makes perfect python function for our tools.
Current version:
Version using guidance:
-> Noise reduced
Let me know if we should already discard this idea and keep it simple with OpenAI API calls.
Beta Was this translation helpful? Give feedback.
All reactions