Skip to content

Instantly share code, notes, and snippets.

View Bennoo's full-sized avatar

Ben Bennoo

View GitHub Profile
import os
from langchain.chat_models import AzureChatOpenAI
from langchain.chains import LLMChain
from langchain.prompts.chat import (
ChatPromptTemplate,
SystemMessagePromptTemplate,
HumanMessagePromptTemplate,
)
# variables