altafr
altafr
import os from langchain import PromptTemplate, OpenAI, LLMChain import chainlit as cl #os.environ["OPENAI_API_KEY"] = "YOUR_OPEN_AI_API_KEY" template = """Question: {question} Answer: Let's think step by step.""" llm=OpenAI(temperature=0,streaming=True) @cl.langchain_factory def factory(): prompt...
Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [6 lines of output] Traceback (most recent call last): File...
is there a version which does not use supabase? how can we use a different vector store?
make this work with langchain in a way that abstracts the tools and agent combination into a "Skill" - (eg bookwriter, financial analyser). so if we have a skills framework...