update abstract
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
import streamlit as st
|
||||
from langchain.chains import LLMChain
|
||||
from langchain.prompts import PromptTemplate
|
||||
from langchain_ollama import ChatOllama
|
||||
from langchain_google_genai import ChatGoogleGenerativeAI
|
||||
from langchain_ollama import ChatOllama
|
||||
from langchain_openai import ChatOpenAI
|
||||
from utils import parse_config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user