Suraj Yadav commited on
Commit
52454f8
·
1 Parent(s): 6d104af

removed 'mixtral-8x7b-32768' model of Groq, as deprecated [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 = mixtral-8x7b-32768, 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 = 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