path # lines of code # active days days since first update days since last update # commits # contributors first updated last updated first contributor last contributor search/genai-101/code_examples/chat-app-code_es-8-15/frontend/pages/_app.tsx 21 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/frontend/pages/chat.tsx 10 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/frontend/src/components/main_chat.tsx 197 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/frontend/src/components/index.tsx 1 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/frontend/src/components/ui/textarea.tsx 14 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/frontend/src/components/ui/avatar.tsx 40 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/frontend/src/components/ui/button.tsx 45 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/frontend/src/components/ui/collapsible.tsx 6 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/frontend/src/app/globals.css 162 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/frontend/src/app/layout.tsx 19 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/frontend/src/app/page.tsx 107 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/frontend/tailwind.config.ts 82 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/frontend/next.config.mjs 26 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/frontend/postcss.config.mjs 7 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/backend/models/search_models.py 4 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/backend/models/__init__.py 1 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/backend/routers/search_router.py 86 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/backend/routers/__init__.py 1 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/backend/__init__.py 1 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/backend/services/inference_service.py 30 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/backend/services/llm_service.py 75 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/backend/services/model_service.py 8 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/backend/services/__init__.py 1 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/backend/services/search_service.py 32 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/backend/services/prompt_service.py 7 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com search/genai-101/code_examples/chat-app-code_es-8-15/backend/main.py 51 1 69 69 1 1 2025-03-06 2025-03-06 53237856+jeffvestal@users.noreply.github.com 53237856+jeffvestal@users.noreply.github.com