Skip to content

Commit

Permalink
Merge branch 'main' into add-aeolus
Browse files Browse the repository at this point in the history
  • Loading branch information
reschandreas authored Jan 20, 2024
2 parents 15e4df3 + fb07165 commit ad81540
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace: ls1intum
name: artemis

version: 0.12.0
version: 0.13.0

readme: README.md

Expand Down
4 changes: 1 addition & 3 deletions roles/artemis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@ Athena configuration:
athena:
url:
secret:
modules:
text: # e.g. module_text_cofee or module_text_llm
programming: # e.g. module_programming_themisml or module_programming_llm
restricted-modules: # optional parameter to restrict access to specific modules, e.g. module_text_llm,module_programming_llm
```
---

Expand Down
4 changes: 1 addition & 3 deletions roles/artemis/templates/application-prod.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,7 @@ artemis:
athena:
url: {{ athena.url }}
secret: {{ athena.secret }}
modules:
text: {{ athena.modules.text }}
programming: {{ athena.modules.programming }}
restricted-modules: {{ athena.restricted-modules }}
{% endif %}

{% if apollon_url is defined %}
Expand Down

0 comments on commit ad81540

Please sign in to comment.