Jing997 commited on
Commit
2eb793a
·
verified ·
1 Parent(s): 8d84a0b

refactor deprecated gemini model

Browse files
Files changed (1) hide show
  1. 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 (text-embedding-004, 1.5 Flash) |\n"
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
  )