create project and add test secrets file

This commit is contained in:
kyle 2025-02-07 08:33:45 -05:00
parent 17f9280dfc
commit ae9dad14de
4 changed files with 8 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"julia.environmentPath": "/home/kyle/repos/cover_letter_generator"
}

2
Project.toml Normal file
View file

@ -0,0 +1,2 @@
[deps]
PDFIO = "4d0d745f-9d9a-592e-8d18-1ad8a0f42b92"

2
src/main.jl Normal file
View file

@ -0,0 +1,2 @@
include("secrets.jl")

1
src/secrets.jl Normal file
View file

@ -0,0 +1 @@
LLM_API_KEY = "TEST_KEY_PLEASE_IGNORE"