Initial commit: PROMETHEUS v0.1.0 - Prompt optimizer
- Clean architecture (domain/application/infrastructure) - DSPy-based evolution engine with scoring - CLI via pyproject.toml entry point - Unit + integration tests (~300 tests) - Configs for glm-5.1 and glm-4.5-air models - Z.AI endpoint integration
This commit is contained in:
6
run_glm45air.sh
Executable file
6
run_glm45air.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -a
|
||||
source /home/debian/workspace/prometheus/.env_runtime
|
||||
set +a
|
||||
cd /home/debian/workspace/prometheus
|
||||
uv run prometheus optimize -i config_glm45air.yaml -o result_glm45air.yaml -v
|
||||
Reference in New Issue
Block a user