# deepseek_chat_test **Repository Path**: shike/deepseek_chat_test ## Basic Information - **Project Name**: deepseek_chat_test - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-05 - **Last Updated**: 2025-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Instruction - python version >= 3.7 - create python env - activate env - pip install -r requiements.txt - start server. You can use this command to start service for test: nohup uvicorn app:app --reload --host 0.0.0.0 --port 5525 &