Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import streamlit as st
|
|
4 |
from langchain_core.prompts import PromptTemplate
|
5 |
from langchain_core.output_parsers import StrOutputParser
|
6 |
import requests
|
7 |
-
from config import
|
8 |
|
9 |
model_id = "mistralai/Mistral-7B-Instruct-v0.3"
|
10 |
|
|
|
4 |
from langchain_core.prompts import PromptTemplate
|
5 |
from langchain_core.output_parsers import StrOutputParser
|
6 |
import requests
|
7 |
+
from config import NASA_API_KEY # Import the NASA API key from the configuration file
|
8 |
|
9 |
model_id = "mistralai/Mistral-7B-Instruct-v0.3"
|
10 |
|