Skip to content

Commit 8b99432

Browse files
authored
Enable deimos test deployment (#71)
1 parent 9183e43 commit 8b99432

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

group_vars/artemistests_common_config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ artemis_rate_limit:
5656
account_management_rpm: 5
5757
authentication_rpm: 30
5858

59+
deimos:
60+
llm:
61+
base_url: https://gpu.aet.cit.tum.de
62+
api_key: "{{ lookup('hashi_vault', 'kv/data/artemis/common/deimos').get('llm_api_key') }}"
63+
model: openai/gpt-oss-120b
64+
completions_path: /api/chat/completions
65+
temperature: 0.3
66+
5967
##############################################################################
6068
# Proxy Configuration
6169
##############################################################################

0 commit comments

Comments
 (0)