net2asif commited on
Commit
d7e2f4e
·
verified ·
1 Parent(s): fad2203

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -127,8 +127,8 @@ prompt = PromptTemplate(
127
  )
128
 
129
 
130
- #import ChatOpenAI
131
- # llm = ChatOpenAI(model_name="gpt-4o", temperature=0, openai_api_key=openai_api_key)
132
 
133
 
134
 
@@ -164,7 +164,6 @@ import openai
164
 
165
  import gradio as gr
166
 
167
- llm = ChatOpenAI(temperature=0.5, model='gpt-4o', openai_api_key=openai_api_key)
168
 
169
  def reg(message, history):
170
  history_langchain_format = []
 
127
  )
128
 
129
 
130
+ llm = ChatOpenAI(temperature=0.5, model='gpt-4o', openai_api_key=openai_api_key)
131
+
132
 
133
 
134
 
 
164
 
165
  import gradio as gr
166
 
 
167
 
168
  def reg(message, history):
169
  history_langchain_format = []