Skip to content

Instantly share code, notes, and snippets.

export const gpt_functions_param_jobs_fetching = [
{
name: "process_job_data",
description: "Process job data and extract core fields for a scraper.",
parameters: {
type: "object",
additionalProperties: false,
properties: {
// Company
company_name: {
@carlvaneijk
carlvaneijk / README.md
Created June 13, 2024 13:59 — forked from disler/README.md
Personal AI Assistant: 'Ada' - v0

This is not working complete code.

This is strictly a v0, scrapy, proof of concept for the first version of a personal AI Assistant working end to end in just ~322 LOC.

It's only a frame of reference for you to consume the core ideas of how to build a POC of a personal AI Assistant.

To see the high level of how this works check out the explanation video. To follow our agentic journey check out the @IndyDevDan channel.

Stay focused, keep building.

@carlvaneijk
carlvaneijk / docker-swarm-architecture.md
Created October 17, 2022 12:06 — forked from scyto/docker-swarm-architecture.md
My Docker Swarm Architecture