www
Some checks failed
Flask 提示词大师 - CI/CD 流水线 / 代码质量检查 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 单元测试 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 集成测试 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 构建Docker镜像 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 部署到测试环境 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 部署到生产环境 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 部署监控系统 (push) Has been cancelled
Some checks failed
Flask 提示词大师 - CI/CD 流水线 / 代码质量检查 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 单元测试 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 集成测试 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 构建Docker镜像 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 部署到测试环境 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 部署到生产环境 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 部署监控系统 (push) Has been cancelled
This commit is contained in:
@@ -89,9 +89,10 @@ public class MainViewModel extends AndroidViewModel {
|
|||||||
resultLiveData.setValue("");
|
resultLiveData.setValue("");
|
||||||
errorLiveData.setValue(null);
|
errorLiveData.setValue(null);
|
||||||
|
|
||||||
|
final String inputForOptimize = prompt;
|
||||||
executor.execute(() -> {
|
executor.execute(() -> {
|
||||||
try {
|
try {
|
||||||
PromptGenerator.OptimizeResult result = repository.optimizePrompt(prompt, 0.7f, 1000);
|
PromptGenerator.OptimizeResult result = repository.optimizePrompt(inputForOptimize, 0.7f, 1000);
|
||||||
String display = result.toDisplayText();
|
String display = result.toDisplayText();
|
||||||
resultLiveData.postValue(display);
|
resultLiveData.postValue(display);
|
||||||
snackbarLiveData.postValue("提示词优化完成");
|
snackbarLiveData.postValue("提示词优化完成");
|
||||||
|
|||||||
Reference in New Issue
Block a user