chore: bump version to 1.1.0
This commit is contained in:
2
ollama
2
ollama
@@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
SCRIPT_VERSION="1.1.0"
|
||||
|
||||
# Default values (should be configured in ~/.ollama/config.json)
|
||||
DEFAULT_OLLAMA_API_URL="https://ollama.local"
|
||||
@@ -49,7 +50,6 @@ DEFAULT_MODEL="${DEFAULT_MODEL:-$DEFAULT_MODEL_DEFAULT}"
|
||||
CONTEXT_FILE="${OLLAMA_CONTEXT_FILE:-$HOME/.ollama/context.json}"
|
||||
PROFILE_DIR="${OLLAMA_PROFILE_DIR:-$HOME/.ollama/profiles}"
|
||||
OUTPUT_FORMAT="text" # Can be "text" or "json"
|
||||
SCRIPT_VERSION="1.0.0"
|
||||
|
||||
# Check for required dependencies
|
||||
check_dependencies() {
|
||||
|
||||
Reference in New Issue
Block a user