Skip to content

Submission for Team Mia & Wenchao #574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,10 @@ def team_brash():
def team_41():
return render_template('teams/team41.html')

@app.route("/mia_wenchao")
def team_mia_wenchao():
return render_template('teams/mia_wenchao.html')

@app.route("/team_jose_caden_wanni")
def team_jose_caden_wanni():
return render_template('teams/team_jose_caden_wanni.html')
Binary file added static/img/wenchao.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 18 additions & 4 deletions templates/students_2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -897,8 +897,24 @@ <h1> Summer 2025 Cohort </h1>
<p> What I look forward is to have experience in 2025 summmer open source project </p>
<a href="Team page">Team page</a>
</div>


<div class="student-container">
<div>
<img src="static/img/wenchao.jpg">
</div>
<div class="student-name"> wencaho qin </div>
<div> School: uc Davis </div>
<p> What I look forward is to have experience in 2025 summmer open source project </p>
<a href="mia_wenchao" >team wenchao & mia</a>
</div>
<div class="student-container">
<div>
<img src="static/img/mia.jpg">
</div>
<div class="student-name"> Mia Escobar </div>
<div> School: City College of San Francisco </div>
<p> I'm eager to learn the LLMs used in our open-source project! Especially learning how to integrate these LLMs using Python </p>
<a href="mia_wenchao" >team wenchao & mia</a>
</div>
<div class="student-container">
<div>
<img src="/static/img/robert petersen 2025.jpg">
Expand All @@ -909,7 +925,5 @@ <h1> Summer 2025 Cohort </h1>
<a href="https://github.com/tensorzero/tensorzero/issues/767#issuecomment-3029318217">
Integrate Nvidia NIM microservices into TensorZero #767</a>
</div>


</body>
</html>
8 changes: 8 additions & 0 deletions templates/teams/mia_wenchao.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>

</head>
<body>
Team Wenchao & Mia! We both are in NorCal!
</body>
</html>