Monday, September 16, 2024

AI training from NVIDIA

Generative AI and LLM Learning Paths | NVIDIA
"Elevate your technical skills in generative AI (gen AI) and large language models (LLM) with our comprehensive learning paths. One path is designed for developers to learn how to build and optimize solutions using gen AI and LLM. The other path for administrators is tailored to teach how to configure and support the infrastructure needed for advanced AI systems."


Self-Paced Course
Generative AI Explained
Free
2 hours

Instructor-Led Workshop



OpenAI Function (API) Calling

Function Calling - OpenAI API

Learn how to connect large language models to external tools.

"Function calling allows you to connect models like gpt-4o to external tools and systems. This is useful for many things such as empowering AI assistants with capabilities, or building deep integrations between your applications and the models.

In August 2024, launched Structured Outputs. When you turn it on by setting strict: true, in your function definition, Structured Outputs ensures that the arguments generated by the model for a function call exactly match the JSON Schema you provided in the function definition."