Change presence_penalty value to number in api_calls The commit changes presence_penalty data type from string to number in the api_calls.ts file. The previous version incorrectly set the value as a string, and the update corrects this to reflect the correct numeric value.