Spaces:
Sleeping
Sleeping
Updated
Browse files
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):
|