This commit is contained in:
OpenCode
2026-04-23 14:48:06 -06:00
parent 30f80fe058
commit 78676ece59
5 changed files with 48 additions and 7 deletions
@@ -1,4 +1,13 @@
{
"lab1NetronUrl": "http://{{ courseware_url_host }}:{{ courseware_ports.netron }}",
"lab2OllamaUrl": "http://{{ courseware_url_host }}:{{ courseware_ports.ollama }}",
"lab2OllamaModels": [
{% for model in courseware_lab2_ollama_models %}
{
"label": "{{ model.label }}",
"value": "{{ model.value }}"
}{% if not loop.last %},{% endif %}
{% endfor %}
],
"lab3TerminalUrl": "http://{{ courseware_url_host }}:{{ courseware_ports.wetty }}{{ courseware_wetty_base_path }}"
}