Aktywne Wpisy

paczelok +285
Treść przeznaczona dla osób powyżej 18 roku życia...

wscieklizna_irl +49
Jak mn ta s---------a kaucja w-----a to wy nie macie pojęcia
Właśnie w-------m 20 butelek do kaucjomatu aka równowartość 2 worków na smieci
#butelki #butelkizwrotne #j---------e #systemkaucyjny
Właśnie w-------m 20 butelek do kaucjomatu aka równowartość 2 worków na smieci
#butelki #butelkizwrotne #j---------e #systemkaucyjny





Fajny artykuł wyjaśniający tool calling w Ollamie. Tool calling to mechanizm zwiększania funkcjonalność modeli AI, takich jak LLMy, poprzez umożliwienie im interakcji z zewnętrznymi narzędziami, interfejsami API lub systemami podczas rozmowy. Polecam do kawki.
https://medium.com/@danushidk507/ollama-tool-calling-8e399b2a17a8
źródło: image
PobierzIdentifies a task it cannot perform on its own (e.g., fetching real-time weather, calculating complex data, or fetching information from an API).
Delegates the task to an external tool to get the required data or perform the action.
Uses the results from the tool to generate a response for the user.
prompt = 'What is the current stock price of Apple?'
print('Prompt:', prompt)