You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.5KB

  1. {
  2. "Config": {
  3. "LLM": {
  4. "Primary": "gpt-oss:20b",
  5. "Secondary": "qwen3-vl:32b",
  6. "Fallback": "gpt-oss:120b"
  7. },
  8. "RAG": {
  9. "Primary": "gpt-oss:20b",
  10. "Secondary": "qwen3-vl:32b",
  11. "Fallback": "gpt-oss:120b"
  12. },
  13. "Resume_Documents": {
  14. "Primary": "gpt-oss:20b",
  15. "Secondary": "qwen3-vl:32b",
  16. "Fallback": "gpt-oss:120b"
  17. },
  18. "Interpretation_Images": {
  19. "Primary": "llava-llama3:latest",
  20. "Secondary": "llava:7b",
  21. "Fallback": ""
  22. },
  23. "Prompt_Generation_Fooocus": {
  24. "Primary": "gpt-oss:20b",
  25. "Secondary": "qwen3-vl:32b",
  26. "Fallback": "gpt-oss:120b"
  27. },
  28. "Analyse_Mails": {
  29. "Primary": "gpt-oss:20b",
  30. "Secondary": "qwen3-vl:32b",
  31. "Fallback": "gpt-oss:120b"
  32. },
  33. "Analyse_CV_Mission": {
  34. "Primary": "gpt-oss:20b",
  35. "Secondary": "qwen3-vl:32b",
  36. "Fallback": "gpt-oss:120b"
  37. },
  38. "Facture_To_Xml": {
  39. "Primary": "gpt-oss:20b",
  40. "Secondary": "qwen3-vl:32b",
  41. "Fallback": "gpt-oss:120b"
  42. },
  43. "TF_From_DSF": {
  44. "Primary": "gpt-oss:20b",
  45. "Secondary": "qwen3-vl:32b",
  46. "Fallback": "gpt-oss:120b"
  47. },
  48. "LLM_CODER": {
  49. "Primary": "qwen3-coder:30b",
  50. "Secondary": "deepseek-coder-v2:16b",
  51. "Fallback": "gpt-oss:20b"
  52. },
  53. "CV_To_Xml": {
  54. "Primary": "gpt-oss:20b",
  55. "Secondary": "qwen3-vl:32b",
  56. "Fallback": "gpt-oss:120b"
  57. },
  58. "Generation_Mails": {
  59. "Primary": "gpt-oss:20b",
  60. "Secondary": "qwen3-vl:32b",
  61. "Fallback": "gpt-oss:120b"
  62. }
  63. }
  64. }