Palbha Kulkarni (Nazwale) commited on
Commit
fd43a70
·
unverified ·
1 Parent(s): 97559d4

Update baseline_code.py

Browse files
Files changed (1) hide show
  1. baseline_code.py +0 -1
baseline_code.py CHANGED
@@ -4,7 +4,6 @@ df=pd.read_csv("data/faq_data.csv")
4
  print(df)
5
 
6
  from openai import OpenAI
7
- from google.colab import userdata
8
  #Feel free to use chatgpt or other models - Google offere free gemini api hence I have used this
9
 
10
 
 
4
  print(df)
5
 
6
  from openai import OpenAI
 
7
  #Feel free to use chatgpt or other models - Google offere free gemini api hence I have used this
8
 
9