Abhaykumar04 commited on
Commit
d9f07c4
·
verified ·
1 Parent(s): 8165254

Update create_embeddings_together

Browse files
Files changed (1) hide show
  1. create_embeddings_together +2 -2
create_embeddings_together CHANGED
@@ -10,8 +10,8 @@ from together import Together
10
  load_dotenv()
11
 
12
  # Define file paths as constants
13
- API_FILE_PATH = r".\API.yml"
14
- COURSES_FILE_PATH = r".\courses.json"
15
 
16
  def load_api_keys(api_file_path):
17
  """Loads API keys from a YAML file."""
 
10
  load_dotenv()
11
 
12
  # Define file paths as constants
13
+ API_FILE_PATH = r"API.yml"
14
+ COURSES_FILE_PATH = r"courses.json"
15
 
16
  def load_api_keys(api_file_path):
17
  """Loads API keys from a YAML file."""