lokumai/openai-openapi-template
Merge branch 'main' of https://github.com/lokumai/openai-openapi-template
fix(docker): remove uv --locked paramters in dockerfile
build: docker build with github actions
Merge pull request #2 from lokumai/issue-templates
chore: remove unused files
Merge pull request #1 from lokumai/issue-templates
docs: add new templates for issues, PR etc.
docs: add new templates for issues, PR etc.
docs: add new templates for issues, PR etc.
Update issue templates
Merge branch 'main' of https://github.com/lokumai/openai-openapi-template
docs: add contributing.md file for contributors
Create LICENSE
docs: add code-of-conduct.md
build: add run all shell script with mongodb
chore: api layer refactoring
feat: add conversation api with seperated python files
feat: add management endpoints for healt and version
docs: update readme
chore: delete unused deprecated methods
docs: mark POST chat/completions as implemented in README
chore: logging level improvement
chore: format, improve logging, remove deprecated code
feat: enhance chat completion service with improved logging and error handling
feat: initial implement end-to-end business with mock-chat-agent-client response and validation logic.
feat: handle_chat_completion initial implementation
docs: add open issues
style: format with ruff
feat: /chat/completions/{completion_id}/messages/{message_id}/plot implementation dynamic array fixed
feat: /chat/completions/{completion_id}/messages/{message_id}/plot implementation completed
feat: /chat/completions/{completion_id}/messages implementation completed
feat: conversation/completion_id api implementation completed
feat: initial conversation api implementation
feat: when database_type embedded setup initial data for testing the system
style: remove unused "use-mock" variable
fix: remote mongo update and insert validation
fix: mongodb initialize db None check
feat: enhanced repository usages
style: formmatted code with ruff
feat: initial-setup completed successfuly for embedded db
feat: implementing initial-setup
refactor: solid, factory, duck-type desing implementation
feat: add in-memory database usage with mongomock-motor
feat: mongita first implementation
feat: post chat/completions endpoinds,change completion_id not required
chore: fix figure jsons
chore: adding storage type embedded
chore: add env sample file for environment variable
chore: add new architecture for low-level agentic workflow
chore: add new mock plot for retrieve plot
