Skip to content

Commit a931ee1

Browse files
committed
fix pre-commit issues
Signed-off-by: Huamin Chen <[email protected]>
1 parent 348c740 commit a931ee1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/semantic-router/pkg/config/config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ func (c *RouterConfig) GetModelForCategoryIndex(index int) string {
325325
return c.DefaultModel
326326
}
327327

328-
329328
// GetModelPricing returns pricing per 1M tokens and its currency for the given model.
330329
// The currency indicates the unit of the returned rates (e.g., "USD").
331330
func (c *RouterConfig) GetModelPricing(modelName string) (promptPer1M float64, completionPer1M float64, currency string, ok bool) {

src/semantic-router/pkg/config/config_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,6 @@ prompt_guard:
631631
})
632632
})
633633

634-
635634
Describe("GetCategoryDescriptions", func() {
636635
Context("with categories having descriptions", func() {
637636
BeforeEach(func() {

0 commit comments

Comments
 (0)