OPENAI_API_KEY / app.py
alishoukat77's picture
Update app.py
74a0cd2
raw
history blame contribute delete
213 Bytes
import os
import re
import requests
import json
import gradio as gr
from langchain.chat_models import ChatOpenAI
from langchain import LLMChain, PromptTemplate
from langchain.memory import ConversationBufferMemory