# llamatutor **Repository Path**: felixchina2024/llamatutor ## Basic Information - **Project Name**: llamatutor - **Description**: Llama Tutor是一个个性化的AI教育助手,它由Llama 3.1驱动,并且是开源的。这个项目旨在为用户创建一个个性化的AI老师,可以根据用户的需求和教育水平生成定制化的教学内容 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: add-a-section - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-08-10 - **Last Updated**: 2025-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: AI应用 ## README Llama teacher

Llama Teacher

An open source AI personal tutor. Powered by Llama 3 70B & Together.ai.

## Tech stack - Llama 3 from Meta for the LLM - Together AI for LLM inference - Next.js app router with Tailwind - Serper for the search API - Helicone for observability - Plausible for website analytics ## Cloning & running 1. Fork or clone the repo 2. Create an account at [Together AI](https://dub.sh/together-ai) for the LLM 3. Create an account at [SERP API](https://serper.dev/) or with Azure ([Bing Search API](https://www.microsoft.com/en-us/bing/apis/bing-web-search-api)) 4. Create an account at [Helicone](https://www.helicone.ai/) for observability 5. Create a `.env` (use the `.example.env` for reference) and replace the API keys 6. Run `npm install` and `npm run dev` to install dependencies and run locally ## Tasks - v1 - [x] Finalize homepage as is - [x] Remove similar topics - [x] Move "question" to "summary" - [ ] Make it so that the user can ask multiple follow up questions, don't refresh everything - [ ] Migrate to GPT-4o & remove restrictions on tokens - [ ] Redesign the second screen to match the design - [ ] Fix outline in search bar (main + dropdown) - [ ] Make the search bar longer overall - [ ] Make sure it works well on mobile - [ ] Send it to Jamie/Rajan & #component-dx for testing ## Tasks – v2 - [ ] Iterate on the system prompt to make sure its good - [ ] Add last section to the landing page - [ ] Add GitHub CTA on the header - [ ] Add a nicer dropdown - [ ] Go back and add small design things - [ ] Try out the generative UI stuff from Vercel