Added TES3MP
This commit is contained in:
13
localrecall.yaml
Normal file
13
localrecall.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
- name: Execute test
|
||||
hosts: alpha-control-plane
|
||||
become: true
|
||||
vars_files:
|
||||
- ../secrets.yaml
|
||||
roles:
|
||||
- role: ericomeehan.localrecall
|
||||
vars:
|
||||
localrecall_collection_db_pvc_size: 2Ti
|
||||
localrecall_file_assets_pvc_size: 2Ti
|
||||
localrecall_openai_api_key: "{{ localai_api_keys[1] }}"
|
||||
localrecall_openai_base_url: https://localai.eom.dev/v1
|
||||
localrecall_embedding_model: bert-embeddings
|
||||
Reference in New Issue
Block a user