Stéphanie Kamgnia Wonkap commited on
Commit
2b8d974
·
1 Parent(s): 7469d7c

fixing app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def main():
77
  st.write("### Please wait while we are getting the answer.....")
78
  llm = ChatNVIDIA(
79
  model=READER_MODEL_NAME,
80
- api_key= os.get("NVIDIA_API_KEY"),
81
  temperature=0.2,
82
  top_p=0.7,
83
  max_tokens=1024,
 
77
  st.write("### Please wait while we are getting the answer.....")
78
  llm = ChatNVIDIA(
79
  model=READER_MODEL_NAME,
80
+ api_key= os.getenv("NVIDIA_API_KEY"),
81
  temperature=0.2,
82
  top_p=0.7,
83
  max_tokens=1024,