@@AlessioDiasparra-lx4ns not sure if you are running the virtual environment. Can you join the Discord server: discord.com/invite/hEMqtDXCHA We can take the discussion further over there
@mihir5846Ай бұрын
Who exactly is making a decision whether to use the knowledge base or tool, openai model? Can a similar thing work with any other model? And how do you make a custom tool and decision making?
@AIwithTarunАй бұрын
LLM is doing the decision making part with heavy prompting. It depends on model reasoning capabilities. Gpt4-o, Claude, Grok XAI have good reasoning capabilities. Custom tool logic is possible, it just a function that returns context. Maybe I will make one video on that.
@mihir5846Ай бұрын
@@AIwithTarun Thanks for the reply. Looking forward to your future videos.
@revanthbhuvanagiri9177Ай бұрын
Hey , really excellent work, I have issue while openAI API keys , could you please make video on how to create openAI api keys , it would be really helpful.😁😄
@AIwithTarunАй бұрын
- Go to platform.openai.com and login - Click on dashboard and navigate to API keys - Create a new key and save it somewhere. Also to remind you OpenAI API keys are not free, if you have the access then you can use it. If not use Gemini or XAI (grok)
@anshumanngupta5030Ай бұрын
you could hv explained better with n8n
@AIwithTarunАй бұрын
@@anshumanngupta5030 I have not used n8n before. Will check it out once
@ZainFactsКүн бұрын
Impressive work, I just want ot ask is this work with google gemini model beacuse i have tried it out it always tell me to add OPENAI_API_KEY=
@AIwithTarunКүн бұрын
In my video I am using OPENAI_API_KEY. In order to use Google Gemini, you need to use GOOGLE_API_KEY. Check out this documentation: docs.phidata.com/reference/model/gemini
@ZainFactsКүн бұрын
@@AIwithTarun I have tried it but its always give error and force me to add openai api key
@AIwithTarunКүн бұрын
@ Are you using knowledge base? If yes then that uses embedding model that runs on OpenAI. You need to change the embedding model to Gemini as well