Files
aitsc/exampleAiApp01/README.md
rjb 90f3103de3
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
a
2026-03-01 23:24:53 +08:00

30 lines
778 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 提示词智能优化 Android App
调用提示词大师 3 号专家接口,实现智能提示词生成。
## 环境
- Android Studio推荐使用 AGP 8.7+、Gradle 8.9
- minSdk 24targetSdk 34
- Java 17
## 接口
- 地址:`POST http://101.43.95.130:5002/api/open/expert-generate-3`
- 参数:`input_text`(必填)、`temperature``max_tokens``timeout``uid`
## 构建
```bash
cd exampleAiApp01
./gradlew assembleDebug
```
或在 Android Studio 中打开 `exampleAiApp01` 目录,直接运行到真机或模拟器。
## 注意事项
- 需配置网络权限,并允许明文 HTTP101.43.95.130 为 HTTP
- 确保设备可访问 `101.43.95.130:5002`
- 如缺少启动图标,可在 Android Studio 中通过 `File > New > Image Asset` 生成