ranshhhhh commited on
Commit
4081192
·
verified ·
1 Parent(s): cd5aec6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
  import google.generativeai as genai
6
  import together
7
  from langchain.agents import initialize_agent, AgentType
8
- from langchain.llms import OpenAI
9
 
10
 
11
  # Load API dynamically based on user selection
 
5
  import google.generativeai as genai
6
  import together
7
  from langchain.agents import initialize_agent, AgentType
8
+ # from langchain.llms import OpenAI
9
 
10
 
11
  # Load API dynamically based on user selection