Skip to content

Commit

Permalink
Merge pull request #100 from UMLCloudComputing/environ
Browse files Browse the repository at this point in the history
chore: specify dynamo_db table variables
  • Loading branch information
ultralapse authored Aug 23, 2024
2 parents 0165ac7 + 23a7cdc commit 893413b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/streamlit.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import app.llm as llm
import streamlit as st
import secrets
import os
from langchain_openai import ChatOpenAI
from typing import List, Dict
from pydantic import BaseModel
Expand All @@ -27,6 +28,8 @@
}
)

os.environ["DYNAMO_TABLE"] = st.secrets["DYNAMO_TABLE"]

# ------------------------------------------------------
# Pydantic data model and helper function for Citations

Expand Down

0 comments on commit 893413b

Please sign in to comment.