Cahit Barkın Özer

Results 4 comments of Cahit Barkın Özer

Is there any news or an ETA from UI?

From the theory, the way tools (function calling) work is by comparing the request's embedding with the tool's description's embedding (vector distance measurement). Therefore tools require an embedding_model. I checked...

There is an "en.json" file inside "C:\myproject\crew\venv\Lib\site-packages\crewai\translations", I copied that file into the same folder and changed its name to "tr.json" and translated the values to Turkish. Later changed the...

I just tried using llama3-70b from Groq with Autogen. The library you need to install is "pyautogen" not "autogen" when using Python. The below configuration worked for me (I did...