Spaces:
Running
Running
Update app.py
Browse files
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
|