sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.14k stars 207 forks source link

db-schema/server-settings: fix fallback for custom LLM configs #7585

Closed haraldschilly closed 1 month ago

haraldschilly commented 1 month ago

Description

This is rather trivial. If the datatype is expected to be a json of a dict, make the default an empty dict. Then, there are no special cases necessary if it isn't defined.

deployment: not necessary to do anything

Checklist: