Skip to content

Commit

Permalink
fix directory name in example config
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Jul 15, 2024
1 parent c3ea564 commit b894c38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"keep_alive": "60m",
"timeout_s": 5,
"prompt_files": {
"car": "enrichment_prompts/llava_prompt_car.txt",
"truck": "enrichment_prompts/llava_prompt_truck.txt",
"person": "enrichment_prompts/llava_prompt_person.txt"
"car": "enrichment-prompts/llava_prompt_car.txt",
"truck": "enrichment-prompts/llava_prompt_truck.txt",
"person": "enrichment-prompts/llava_prompt_person.txt"
}
},
"web": {
Expand Down

0 comments on commit b894c38

Please sign in to comment.