How to use Structured Outputs in LLMs
How to use Structured Outputs in LLMs
August 21, 2024
Lately, I heard about structure outputs for LLMs:
And I could not just but to think on the possibilities for projects…
FAQ
Using LLMs to apply to Linkedin Jobs
How to use LLMs to create a CV
Use a CV Builder Framework: OpenResume or Reactive Resume
With Reactive-Resume
Or with OpenResume:
version: '3'
services:
open-resume:
container_name: openresume #https://github.com/xitanggg/open-resume
image: ghcr.io/jalcocert/open-resume:latest #https://github.com/users/JAlcocerT/packages/container/package/open-resume
ports:
- "3333:3000"
# networks:
# - cloudflare_tunnel
# networks:
# cloudflare_tunnel:
# external: true