Skip to content

Commit

Permalink
v2.5.0a15
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Oct 15, 2024
1 parent 83cc53a commit a86389c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def main() -> None:
st.markdown("#### :technologist: Please enter a username")
return

st.sidebar.markdown("Agent Settings")
# Get Model Id
model_id = st.sidebar.selectbox("Model", options=["gpt-4o", "gpt-4o-mini"])
# Set model_id in session state
Expand Down
2 changes: 2 additions & 0 deletions workspace/dev_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
use_cache=ws_settings.use_cache,
# Read secrets from secrets/dev_app_secrets.yml
secrets_file=ws_settings.ws_root.joinpath("workspace/secrets/dev_app_secrets.yml"),
depends_on=[dev_db],
)

# -*- FastApi running on port 8000:8000
Expand All @@ -80,6 +81,7 @@
use_cache=ws_settings.use_cache,
# Read secrets from secrets/dev_app_secrets.yml
secrets_file=ws_settings.ws_root.joinpath("workspace/secrets/dev_app_secrets.yml"),
depends_on=[dev_db],
)

# -*- Dev DockerResources
Expand Down

0 comments on commit a86389c

Please sign in to comment.