sahandkh1419 commited on
Commit
e045eb9
·
verified ·
1 Parent(s): 635e192

Update src/langgraphagenticai/ui/uiconfigfile.ini

Browse files
src/langgraphagenticai/ui/uiconfigfile.ini CHANGED
@@ -1,17 +1,17 @@
1
- [DEFAULT]
2
- # This section defines default configuration settings
3
- # that the Streamlit UI or app will use.
4
-
5
- # Title text that appears at the top of the Streamlit web page.
6
- PAGE_TITLE = LangGraph: Agentic AI
7
-
8
- # List of available Large Language Model (LLM) providers shown in the UI dropdown.
9
- LLM_OPTIONS = Groq
10
-
11
- # List of available use cases that users can select from in the app.
12
- # For example: a simple chatbot, a chatbot that can browse the web, or an AI news assistant.
13
- USECASE_OPTIONS = Chatbot, Chatbot With Web, AI News
14
-
15
- # List of model names available when the selected LLM provider is "Groq".
16
- # These are Groq-hosted versions of Meta’s Llama models with different sizes and capabilities.
17
- GROQ_MODEL_OPTIONS = llama-3.1-8b-instant, llama-3.3-70b-versatile
 
1
+ [DEFAULT]
2
+ # This section defines default configuration settings
3
+ # that the Streamlit UI or app will use.
4
+
5
+ # Title text that appears at the top of the Streamlit web page.
6
+ PAGE_TITLE = LangGraph: Agentic AI
7
+
8
+ # List of available Large Language Model (LLM) providers shown in the UI dropdown.
9
+ LLM_OPTIONS = Groq
10
+
11
+ # List of available use cases that users can select from in the app.
12
+ # For example: a simple chatbot, a chatbot that can browse the web, or an AI news assistant.
13
+ USECASE_OPTIONS = Basic Chatbot, Chatbot With Web, AI News
14
+
15
+ # List of model names available when the selected LLM provider is "Groq".
16
+ # These are Groq-hosted versions of Meta’s Llama models with different sizes and capabilities.
17
+ GROQ_MODEL_OPTIONS = llama-3.1-8b-instant, llama-3.3-70b-versatile