Just tell the modell to do web searches in the system prompt.
All providers should have something similar. With a user friendly UI.
If you code your own agent and utilize an API or run a model locally, you can of course do even more. There are many tools if you want to do RAG on your own local data.
This is the one I use: https://docs.mistral.ai/capabilities/agents/
Just tell the modell to do web searches in the system prompt.
All providers should have something similar. With a user friendly UI.
If you code your own agent and utilize an API or run a model locally, you can of course do even more. There are many tools if you want to do RAG on your own local data.
Thanks, much appreciated!