Added TES3MP

This commit is contained in:
2025-12-24 13:20:58 -05:00
parent 987a6cada4
commit 043f4e78bf
16 changed files with 425 additions and 3 deletions

16
localagi.yaml Normal file
View File

@@ -0,0 +1,16 @@
- name: Execute test
hosts: alpha-control-plane
become: true
vars_files:
- ../secrets.yaml
roles:
- role: ericomeehan.localagi
vars:
localagi_pvc_storage: 2Ti
localagi_model: llama3-8b-instruct
localagi_multimodal_model: minicpm-v-2_6
localagi_image_model: sd-1.5-ggml
localagi_localrag_url: https://localrecall.eom.dev/
localagi_llm_api_url: https://localai.eom.dev/
localagi_llm_api_key: "{{ localai_api_keys[0] }}"
localagi_timeout: "300s"