pratikshahp commited on
Commit
c91f8e7
·
verified ·
1 Parent(s): 0f6a5d5

Create helper.py

Browse files
Files changed (1) hide show
  1. helper.py +10 -0
helper.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ from dotenv import load_dotenv, find_dotenv
3
+ import json
4
+
5
+ # Load environment variables
6
+ def load_env():
7
+ _ = load_dotenv(find_dotenv())
8
+
9
+ # Load the Together API key
10
+ def get_together