浏览代码

rm config

Josh Yan 10 月之前
父节点
当前提交
ca0ee1d4fe
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      api/types.go

+ 0 - 5
api/types.go

@@ -359,11 +359,6 @@ type ModelDetails struct {
 	QuantizationLevel string   `json:"quantization_level"`
 }
 
-// EnvConfig is the configuration for the environment.
-type ServerConfig struct {
-	ModelDir string `json:"model_dir"`
-}
-
 func (m *Metrics) Summary() {
 	if m.TotalDuration > 0 {
 		fmt.Fprintf(os.Stderr, "total duration:       %v\n", m.TotalDuration)