9 lines
174 B
JSON
9 lines
174 B
JSON
{
|
|
"nodeModulesDir": "auto",
|
|
"imports": {
|
|
"openai": "npm:openai@4"
|
|
},
|
|
"tasks": {
|
|
"serve": "deno run --allow-all supabase/functions/llm-pipeline/index.ts"
|
|
}
|
|
} |