create project and add test secrets file
This commit is contained in:
parent
17f9280dfc
commit
ae9dad14de
4 changed files with 8 additions and 0 deletions
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"julia.environmentPath": "/home/kyle/repos/cover_letter_generator"
|
||||
}
|
2
Project.toml
Normal file
2
Project.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[deps]
|
||||
PDFIO = "4d0d745f-9d9a-592e-8d18-1ad8a0f42b92"
|
2
src/main.jl
Normal file
2
src/main.jl
Normal file
|
@ -0,0 +1,2 @@
|
|||
include("secrets.jl")
|
||||
|
1
src/secrets.jl
Normal file
1
src/secrets.jl
Normal file
|
@ -0,0 +1 @@
|
|||
LLM_API_KEY = "TEST_KEY_PLEASE_IGNORE"
|
Loading…
Reference in a new issue