Min Jekal
Min Jekal
Thanks for your contribution! This is a really interesting feature. I'm trying to test it, but I didn't succeed. Could you give an example of conversation?
Is there any error logs? Also, I'm looking forward how full function looks (including spec and function).
Thanks @jleinenbach for your solution! Feel free to contribute to example!
@rkistner Maybe I will add `Use Tools` option in the next release (probably `1.0.0`), so that I don't have to keep track of multiple codes.
Thanks for your interest! I released this in [1.0.2-beta1](https://github.com/jekalmin/extended_openai_conversation/releases/tag/1.0.2-beta1). You don't have to change prompt or functions. Please try it and give a feedback.
As always, thanks @Anto79-ops for your cooperation. Is there a log about how LLM called a function?
I just wanted to know if function is called in message history [log](https://us05web.zoom.us/j/84935240021?pwd=C6bbpaKRKZHp5CwZK0cM8Yn6NOH27i.1). Let me try this soon.
@FutureProofHomes Thanks for reporting an issue. It seems LLM tries to call ` get_current_weather` function while your function name is `get_current_weather`. In order to match ` get_current_weather` and `get_current_weather`, you...
@FutureProofHomes Yes, it should not break any existing code. Although it is not ideal, as you suggested, it would help digging Local LLM. I would probably merge this in the...
Thanks @FutureProofHomes for work done! Please give me time to catch up where you are.