thisisdev commited on
Commit
1269bc4
·
verified ·
1 Parent(s): 60e3e89
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import keyfile as kf
2
  import streamlit as st
3
  from langchain_openai import OpenAI
 
 
4
 
5
  # Creating a function for getting the responses from OpenAI
6
  def get_response(question):
 
1
  import keyfile as kf
2
  import streamlit as st
3
  from langchain_openai import OpenAI
4
+ import getpass
5
+ import os
6
 
7
  # Creating a function for getting the responses from OpenAI
8
  def get_response(question):