Jun Siang Cheah
Jun Siang Cheah
I will point you to a previous comment I made about building this in a different language: https://github.com/cheahjs/palworld-save-tools/issues/83#issuecomment-1915837671 I will not make any changes to the JSON output at this...
see: https://github.com/open-webui/open-webui/discussions/1692
Automatic conversion is non-trivial, as generation involves a one-way hash. Ideally you would ask the user for the players' Steam IDs. My tool provides the ability to bruteforce convert all...
I haven't had time to add compatibility. You will need to exclude map objects from being parsed for now with `--custom-properties`: ``` --custom-properties=.worldSaveData.GroupSaveDataMap,.worldSaveData.CharacterSaveParameterMap.Value.RawData,.worldSaveData.ItemContainerSaveData.Value.RawData,.worldSaveData.ItemContainerSaveData.Value.Slots.Slots.RawData,.worldSaveData.CharacterContainerSaveData.Value.Slots.Slots.RawData,.worldSaveData.DynamicItemSaveData.DynamicItemSaveData.RawData,.worldSaveData.FoliageGridSaveDataMap.Value.ModelMap.Value.RawData,.worldSaveData.FoliageGridSaveDataMap.Value.ModelMap.Value.InstanceDataMap.Value.RawData,.worldSaveData.BaseCampSaveData.Value.RawData,.worldSaveData.BaseCampSaveData.Value.WorkerDirector.RawData,.worldSaveData.BaseCampSaveData.Value.WorkCollection.RawData,.worldSaveData.BaseCampSaveData.Value.ModuleMap,.worldSaveData.WorkSaveData ```
This should be ready for an initial implementation - there's plenty of improvements that can be done at a later time such as: 1. Allowing existing email/password users to link...
Reproduction: ```` 1. **List all pods in a specific namespace:** ```sh kubectl get pods -n ``` ```` This generates a `list` type token, with a nested `code` token: ``` {...
Test save files: https://github.com/user-attachments/files/16033920/Level.zip https://github.com/user-attachments/files/16022692/Level.file.zip https://github.com/user-attachments/files/16009128/Level.zip
Looking into this, unfortunately with how things are architected, this requires an update to the mobile apps as well. Currently the daemon is failing to parse the signature payload as...
Thanks, merged in https://github.com/cheahjs/free-llm-api-resources/commit/3e1acfa8d067adbed0cbad59adcf761d1f483446
You're likely hitting the 30,000 tokens per minute rate limit, which will throw a 429 if your input + `max_tokens` exceeds the TPM rate limit.