MuhammadMubashir commited on
Commit
dde4c73
·
verified ·
1 Parent(s): dd7662a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ pc = Pinecone(api_key=PINECONE_API_KEY)
66
  vector_store = Pinecone.from_existing_index(index_name=INDEX_NAME, embedding=embeddings)
67
 
68
  # Load LLM & Memory
69
- llm = ChatAnthropic(model="claude-2", temperature=0, Anthropic_API_Key=os.getenv="Anthropic_API_Key")
70
  memory = ConversationBufferMemory(memory_key="chat_history", return_messages=True)
71
 
72
  # Build RAG Chain
 
66
  vector_store = Pinecone.from_existing_index(index_name=INDEX_NAME, embedding=embeddings)
67
 
68
  # Load LLM & Memory
69
+ llm = ChatAnthropic(model="claude-2", temperature=0, Anthropic_API_Key=os.getenv("Anthropic_API_Key")
70
  memory = ConversationBufferMemory(memory_key="chat_history", return_messages=True)
71
 
72
  # Build RAG Chain