Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
admin from dev to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
dodeeric committed Jun 29, 2024
1 parent 93ab870 commit 2c6e940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/1_Admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def zip_files(file_paths):

elif choice == "Model and Temperature":
st.caption("Change the model and the temperature for the present chat session.")
model_list = [OPENAI_MENU, ANTHROPIC_MENU, VERTEXAI_MENU, OLLAMA_MENU]
model_list = [OPENAI_MENU, ANTHROPIC_MENU, GOOGLE_MENU, VERTEXAI_MENU, OLLAMA_MENU]
st.session_state.model = st.selectbox('Model: ', model_list, DEFAULT_MENU_CHOICE)
st.session_state.temperature = st.slider("Temperature: ", 0.0, 2.0, DEFAULT_TEMPERATURE)
st.caption("OpenAI: 0-2, Anthropic: 0-1")
Expand Down

0 comments on commit 2c6e940

Please sign in to comment.