Complete Phase 9 LLM infrastructure
This commit is contained in:
@@ -125,8 +125,6 @@ func (c *InstructorClient) CompleteStructured(
|
||||
}, nil
|
||||
}
|
||||
|
||||
// TODO(phase9): integrate bounded scheduler/semaphore in the next Phase 9 prompt.
|
||||
|
||||
func normalizeConfig(cfg InstructorClientConfig) (InstructorClientConfig, error) {
|
||||
cfg.BaseURL = strings.TrimSpace(cfg.BaseURL)
|
||||
cfg.Model = strings.TrimSpace(cfg.Model)
|
||||
|
||||
Reference in New Issue
Block a user