refactor deprecated gemini model
Browse files- src/pages/_about_page.py +1 -1
src/pages/_about_page.py
CHANGED
|
@@ -137,7 +137,7 @@ def about_page() -> None:
|
|
| 137 |
"| Layer | Stack |\n| --- | --- |\n"
|
| 138 |
"| Backend | FastAPI + Pydantic running on AWS Lambda via Mangum |\n"
|
| 139 |
"| Storage | AWS S3 (artifacts + Lambda ZIP), DynamoDB (`ChaptiveJobs`), Secrets Manager |\n"
|
| 140 |
-
"| AI | Google Gemini (
|
| 141 |
"| Infra | Terraform (S3, DynamoDB, IAM, Lambda, API Gateway, CloudWatch) |\n"
|
| 142 |
"| Frontend | Streamlit & Hugging Face Space clients |"
|
| 143 |
)
|
|
|
|
| 137 |
"| Layer | Stack |\n| --- | --- |\n"
|
| 138 |
"| Backend | FastAPI + Pydantic running on AWS Lambda via Mangum |\n"
|
| 139 |
"| Storage | AWS S3 (artifacts + Lambda ZIP), DynamoDB (`ChaptiveJobs`), Secrets Manager |\n"
|
| 140 |
+
"| AI | Google Gemini (gemini-embedding-001, 2.0 Flash) |\n"
|
| 141 |
"| Infra | Terraform (S3, DynamoDB, IAM, Lambda, API Gateway, CloudWatch) |\n"
|
| 142 |
"| Frontend | Streamlit & Hugging Face Space clients |"
|
| 143 |
)
|