tejoess commited on
Commit
3f4d130
·
1 Parent(s): 58f632a

Updated app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -11,7 +11,6 @@ load_dotenv()
11
  @st.cache_resource
12
  def init_llm():
13
  return ChatOpenAI(
14
-
15
  model="gpt-4o-mini",
16
  temperature=0.1,
17
  max_tokens=200 # Increased for better context explanations
 
11
  @st.cache_resource
12
  def init_llm():
13
  return ChatOpenAI(
 
14
  model="gpt-4o-mini",
15
  temperature=0.1,
16
  max_tokens=200 # Increased for better context explanations