Josep Pon Farreny commited on
Commit
c86beb0
·
1 Parent(s): 5b1ca13

feat: Add microsoft phi model

Browse files
Files changed (1) hide show
  1. tdagent/grchat.py +4 -0
tdagent/grchat.py CHANGED
@@ -60,6 +60,10 @@ MODEL_OPTIONS = OrderedDict( # Initialize with tuples to preserve options order
60
  {
61
  "Mistral 7B Instruct": "mistralai/Mistral-7B-Instruct-v0.3",
62
  "Llama 3.1 8B Instruct": "meta-llama/Llama-3.1-8B-Instruct",
 
 
 
 
63
  },
64
  ),
65
  (
 
60
  {
61
  "Mistral 7B Instruct": "mistralai/Mistral-7B-Instruct-v0.3",
62
  "Llama 3.1 8B Instruct": "meta-llama/Llama-3.1-8B-Instruct",
63
+ # "Qwen3 235B A22B": "Qwen/Qwen3-235B-A22B", # Slow inference
64
+ "Microsoft Phi-3.5-mini Instruct": "microsoft/Phi-3.5-mini-instruct",
65
+ # "Deepseek R1 distill-llama 70B": "deepseek-ai/DeepSeek-R1-Distill-Llama-70B", # noqa: E501
66
+ # "Deepseek V3": "deepseek-ai/DeepSeek-V3",
67
  },
68
  ),
69
  (