LangChain Function Calling with Open Source LLMs | LlaMa-3 | Groq API

preview_player
Показать описание
Hi, My name is Sunny Solanki, and in this video, I provide a step-by-step guide to using function calling features with Open Source LLMs (LlaMa-3). We access LLMs through Groq API. These native functions can be used by LLMs to answer user queries.
============================================
==============================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================

Important Chapters:

0:00 - Function Calling using Open Source LLMs
0:46 - Code Start
2:05 - Load LLM
3:50 - Define Tools | Functions
5:10 - Link Tools with LLM
7:05 - Use LLM with Tools
10:08 - Create an Independent Decision Taking Agent

#python #datascience #datasciencetutorial #python #pythonprogramming #pythoncode #pythontutorial #llama3 #langchain #langchain-function-calling #langchain-llama3 #groqapi #langchain-open-source-llms #how-to-use-langchain
Рекомендации по теме
Комментарии
Автор

SO GLAD YOU POSTED THIS THANK YOU SM!!!

ShammaAshraf-mx
Автор

Which notable models work with function calling?

wryltxw
Автор

'Exception occurred: Error code: 400 - {'error': {'message': "'messages.1' : for 'role:user' the following must be : one of the following must be : value must be a string) OR ('messages.1.content.0' : one of the following must be : value is not one of the allowed values ['text']) OR ('messages.1.content.0.type' : value is not one of the allowed values ['image_url'])])])]", 'type': 'invalid_request_error'}}'


i am not able to fix this error

NEUTRALEMPIRE
Автор

But groq AI isn't Llama.
It's no longer open source and host locally/ on premise

amventures