diff --git a/types/llm-inference/thrift/com.inference.common.thrift b/types/llm-inference/thrift/com.inference.common.thrift index 087c46e..0a51e9f 100644 --- a/types/llm-inference/thrift/com.inference.common.thrift +++ b/types/llm-inference/thrift/com.inference.common.thrift @@ -15,4 +15,3 @@ struct GenerationConfig { 7: optional double repetition_penalty; // Penalty for repetition: >1 discourages repetition, <1 encourages it. 8: optional double length_penalty; // Controls length of generated text. Values >1 encourage longer sequences, <1 shorter. } -