Spaces:
Sleeping
Sleeping
Suraj Yadav
commited on
Commit
·
9219a09
1
Parent(s):
52454f8
Added new models for Groq and OpenAI [skip ci]
Browse files
src/basicchatbot/ui/uiconfigfile.ini
CHANGED
@@ -2,5 +2,5 @@
|
|
2 |
PAGE_TITLE = Baisc Chatbot with LangGraph
|
3 |
LLM_OPTIONS = Groq, OpenAI
|
4 |
USECASE_OPTIONS = Basic Chatbot, Chatbot with Tool
|
5 |
-
GROQ_MODEL_OPTIONS = llama3-8b-8192, llama3-70b-8192
|
6 |
-
OPENAI_MODEL_OPTIONS = gpt-3.5-turbo-0125,gpt-4o-mini-2024-07-18,o3-mini-2025-01-31
|
|
|
2 |
PAGE_TITLE = Baisc Chatbot with LangGraph
|
3 |
LLM_OPTIONS = Groq, OpenAI
|
4 |
USECASE_OPTIONS = Basic Chatbot, Chatbot with Tool
|
5 |
+
GROQ_MODEL_OPTIONS = qwen-2.5-32b, qwen-2.5-coder-32, deepseek-r1-distill-qwen-32b, gemma2-9b-it, llama3-8b-8192, llama3-70b-8192
|
6 |
+
OPENAI_MODEL_OPTIONS = gpt-3.5-turbo-0125,gpt-4o-mini-2024-07-18,gpt-4o-2024-08-06,o3-mini-2025-01-31, o1-mini-2024-09-12
|