Commit Graph

5 Commits

Author SHA1 Message Date
4de35240f3 📝 Update README with detailed instructions and references for local API testing 2026-04-19 11:26:36 +08:00
3c9ce684a9 🔄 Update chat completion logic and improve debugging output in main.py 2026-04-19 10:16:47 +08:00
ef9bca9e2e 🗑️ Remove .python-version file specifying Python 3.12 in local-api-test project 2026-04-19 09:54:53 +08:00
fa5126fad7 📦 Update project dependencies and configuration files
Analysis:
1. The .gitignore file was modified to add build/ and *.egg-info/ entries, indicating new build artifact exclusions.
2. The pyproject.toml file was updated with new uv tool configuration, suggesting a switch to uv for package management.
3. The uv.lock file shows significant changes with multiple new package additions including openai, pydantic, httpx, and others, indicating a major dependency update.
4. New untracked files (.python-version and README.md) were added to the local-api-test project directory.

This commit represents a substantial update to the project's dependency management system and introduces several new packages, primarily for AI/HTTP functionality, while also updating project configuration files.
2026-04-19 09:52:54 +08:00
d44c226b46 📝 Update .gitignore to include .DS_Store and add untracked local-api-test directory 2026-04-19 09:46:28 +08:00