Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ from langchain.prompts import PromptTemplate
|
|
22 |
from htmlTemplate import css, bot_template, user_template
|
23 |
|
24 |
# Load environment variables
|
25 |
-
os.environ["GROQ_API_KEY"]=
|
26 |
|
27 |
# LLM Template for focused responses
|
28 |
llmtemplate = """You're an AI information specialist with a strong emphasis on extracting accurate information from markdown documents. Your expertise involves summarizing data succinctly while adhering to strict guidelines about neutrality and clarity.
|
|
|
22 |
from htmlTemplate import css, bot_template, user_template
|
23 |
|
24 |
# Load environment variables
|
25 |
+
os.environ["GROQ_API_KEY"]= os.getenv('GROQ_API_KEY')
|
26 |
|
27 |
# LLM Template for focused responses
|
28 |
llmtemplate = """You're an AI information specialist with a strong emphasis on extracting accurate information from markdown documents. Your expertise involves summarizing data succinctly while adhering to strict guidelines about neutrality and clarity.
|