CCockrum commited on
Commit
61ce34a
·
verified ·
1 Parent(s): 3b1c938

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 NASA_API_KEY # Import the NASA API key from the configuration file
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 OW # Import the Open Weather API key from the configuration file
8
 
9
  model_id = "mistralai/Mistral-7B-Instruct-v0.3"
10