dntwaritag commited on
Commit
be9a1d2
·
verified ·
1 Parent(s): a80f1e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ Answer:
43
  rag_prompt = PromptTemplate.from_template(template)
44
 
45
  # Initialize the model
46
- llm_model = ChatGroq(model="llama-3.3-70b-versatile", api_key=os.environ.get("GROQ_API_KEY"))
47
  rag_chain = (
48
  {"context": retriever, "question": RunnablePassthrough()}
49
  | rag_prompt
 
43
  rag_prompt = PromptTemplate.from_template(template)
44
 
45
  # Initialize the model
46
+ llm_model = ChatGroq(model="llama-3.3-70b-versatile", api_key=os.environ.get("medibot"))
47
  rag_chain = (
48
  {"context": retriever, "question": RunnablePassthrough()}
49
  | rag_prompt