mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-31 10:47:33 +08:00
fix: tap handler
This commit is contained in:
@@ -7,9 +7,6 @@ type ILLMService interface {
|
||||
}
|
||||
|
||||
func NewGPT4oLLMService() (*openaiLLMService, error) {
|
||||
if err := checkEnv(); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return &openaiLLMService{}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user