-
Notifications
You must be signed in to change notification settings - Fork 22
Fix/issue 146 custom model input #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Great work @samvk12 ! Can you remove the txt.py, configs.yaml and requirements.py changes ? I shall merge after that |
|
Hey there has been an update in the streamlit app ! There is now a anthropic key as well. Could you please merge from main and apply the same text box for the anthropic key as well ? Appreciate it |
|
Thanks for the review! I have removed txt.py, configs.yaml, and requirements.py from the PR. |
Hey looks like there are some syntax errors. Can you take a look ? Please run using the intugle-streamlit command and check if the app works |
|
I’ve resolved the syntax errors and verified the changes by running the app. Everything is working as expected now. |
Description
Replaced fixed st.selectbox dropdowns with flexible st.text_input fields for the LLM model selection in the Streamlit app. This allows users to enter custom model names.
Type of Change
Related Issue(s)
#146
Fixes #146
Related to #146
Changes Made
Replaced st.selectbox with st.text_input: The fixed dropdown lists for model selection of OpenAI and Gemini.
Added help text: A help parameter was added to each text input to suggest common model options to the user.
Testing
I have tested it locally on my laptop only.
Test Configuration
Test Cases
Test Commands
streamlit run src/intugle/streamlit_app/main.py
Screenshots/Examples
Checklist
Documentation Updates
Breaking Changes
Performance Impact
Additional Context
Deployment Notes