Skip to content
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions group_vars/artemistest3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ athena:
url: "https://athena-test1.ase.cit.tum.de"
secret: "{{ lookup('hashi_vault', 'kv/data/artemis/test/artemistest3').get('athena_secret') }}"
restricted_modules: "module_text_llm,module_programming_llm,module_modeling_llm"

atlas:
enabled: true
atlasml:
enabled: false
Comment thread
MaximilianAnzinger marked this conversation as resolved.
Outdated
base-url: atlasml-test1.ase.cit.tum.de
auth-token: "{{ lookup('hashi_vault', 'kv/data/artemis/test/artemistest3').get('atlasml_auth_token') }}"
4 changes: 3 additions & 1 deletion group_vars/artemistests_atlas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
# Atlas Configuration
##############################################################################
atlas:
# More configuration options will be added in the future.
enabled: true
atlasml:
enabled: false