Preload
This commit is contained in:
@@ -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 }}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user