Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
|
|
| 1 |
import streamlit as slt
|
| 2 |
from langchain_groq import ChatGroq
|
| 3 |
-
api_key = os.getenv("
|
| 4 |
def load_answer(question):
|
| 5 |
llms = ChatGroq(model_name = 'gemma2-9b-it')
|
| 6 |
answer = llms(question)
|
|
|
|
| 1 |
+
import os
|
| 2 |
import streamlit as slt
|
| 3 |
from langchain_groq import ChatGroq
|
| 4 |
+
api_key = os.getenv("pack1st")
|
| 5 |
def load_answer(question):
|
| 6 |
llms = ChatGroq(model_name = 'gemma2-9b-it')
|
| 7 |
answer = llms(question)
|