- Introduced a new ModelConfigEditor component for managing model configurations. - Added API endpoints for model configuration management, including fetching, saving, and importing/exporting configurations. - Enhanced logging for request bodies, particularly for multimodal requests containing image URLs. - Updated the .gitignore to include new configuration files. - Refactored model handling in the controller to support custom model configurations.
18 lines
146 B
Plaintext
18 lines
146 B
Plaintext
.idea
|
|
.vscode
|
|
upload
|
|
*.exe
|
|
*.db
|
|
build
|
|
*.db-journal
|
|
logs
|
|
data
|
|
/web/node_modules
|
|
cmd.md
|
|
.env
|
|
/one-api
|
|
temp
|
|
.DS_Store
|
|
.claude
|
|
.claw/
|
|
.claw-todos.json |