浏览代码

removed inconsistent punctuation

Josh Yan 11 月之前
父节点
当前提交
91a090a485
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cmd/cmd.go

+ 1 - 1
cmd/cmd.go

@@ -1090,7 +1090,7 @@ func NewCLI() *cobra.Command {
 Environment Variables:
 
     OLLAMA_HOST         The host:port to bind to (default "127.0.0.1:11434")
-    OLLAMA_ORIGINS      A comma separated list of allowed origins.
+    OLLAMA_ORIGINS      A comma separated list of allowed origins
     OLLAMA_MODELS       The path to the models directory (default is "~/.ollama/models")
     OLLAMA_KEEP_ALIVE   The duration that models stay loaded in memory (default is "5m")
     OLLAMA_DEBUG        Set to 1 to enable additional debug logging