Andre commited on
Commit
6e211a4
·
1 Parent(s): 91e6f57
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -1,6 +1,6 @@
1
  # config.py
2
  import os
3
- from prompts import prompts # Import prompts from prompts.py
4
 
5
  # Retrieve the Hugging Face token
6
  #try:
 
1
  # config.py
2
  import os
3
+ from src.prompts import prompts # Import prompts from prompts.py
4
 
5
  # Retrieve the Hugging Face token
6
  #try: