rahgadda commited on
Commit
bf58560
·
1 Parent(s): 1014d03

Initial Draft

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -348,7 +348,7 @@ def main():
348
 
349
  # -- Variables
350
  cn_llm_providers_lov_values = ['Huggingface','Groq','Cohere','Google','Google VertexAI','OpenAI']
351
- cn_huggingface_models_lov_values = ['meta-llama/Meta-Llama-3-70B-Instruct','CohereForAI/c4ai-command-r-plus','mistralai/Mistral-7B-Instruct-v0.2','microsoft/Phi-3-mini-128k-instruct','google/gemma-7b']
352
  lv_user_actions = ["User Story","Release Notes","Requirement Generation","Summarization"]
353
 
354
  # -- Configuration
 
348
 
349
  # -- Variables
350
  cn_llm_providers_lov_values = ['Huggingface','Groq','Cohere','Google','Google VertexAI','OpenAI']
351
+ cn_huggingface_models_lov_values = ['deepseek-ai/DeepSeek-R1-Distill-Qwen-32B','Qwen/Qwen2.5-72B-Instruct','meta-llama/Llama-3.3-70B-Instruct','CohereForAI/c4ai-command-r-plus-08-2024','nvidia/Llama-3.1-Nemotron-70B-Instruct-HF']
352
  lv_user_actions = ["User Story","Release Notes","Requirement Generation","Summarization"]
353
 
354
  # -- Configuration