ejihuang
Results
2
comments of
ejihuang
I used "@ts-ignore" to fix this. It's not a good idea. ```ts //@ts-ignore pickedEntity.position = new Cesium.CallbackProperty(() => cartesian, false); ```
Here is a successful example that may help you. For .secrets.toml file: ```ini [openai] key = "sk-xxx" api_base = "https://dashscope.aliyuncs.com/compatible-mode/v1" ``` For configuration.toml file: ```ini [config] # models model="dashscope/qwen3-max" fallback_models=["qwen3-max"]...