mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-25 04:49:17 +00:00
@@ -60,7 +60,7 @@ def create_stuff_documents_chain(
|
||||
prompt = ChatPromptTemplate.from_messages(
|
||||
[("system", "What are everyone's favorite colors:\\n\\n{context}")]
|
||||
)
|
||||
llm = ChatOpenAI(model_name="gpt-3.5-turbo")
|
||||
llm = ChatOpenAI(model="gpt-3.5-turbo")
|
||||
chain = create_stuff_documents_chain(llm, prompt)
|
||||
|
||||
docs = [
|
||||
|
Reference in New Issue
Block a user