Skip to content

Added Qwen file uploads & added API endpoints (/file/uploads, /sessions) - #29

Open
mindflowgo wants to merge 12 commits into
FANATFANATA:mainfrom
mindflowgo:main
Open

Added Qwen file uploads & added API endpoints (/file/uploads, /sessions)#29
mindflowgo wants to merge 12 commits into
FANATFANATA:mainfrom
mindflowgo:main

Conversation

@mindflowgo

Copy link
Copy Markdown

Just merged your latest changes, and re-pushed previous & new changes for your consideration!

Took your logical code and exposed the Deepseek functions as useful API calls & added qwen file uploads (logic from: https://github.com/youssefvdel/qwengate/tree/dev)

GET /v1/files/{file_id} - Retrieve status and metadata for an uploaded or staged file.
POST /v1/files - Upload file

Session Management (DeepSeek only)
GET /v1/sessions - List active chat sessions stored on DeepSeek across accounts.
GET /v1/sessions/{session_id} - Retrieve full conversation history and messages for a session.
DELETE /v1/sessions/{session_id} - Delete a chat session from DeepSeek

docker container:
ghcr.io/mindflowgo/danyapi:latest

@FANATFANATA

Copy link
Copy Markdown
Owner

Why did you change .env.example and even add incorrect description comments?

@mindflowgo

Copy link
Copy Markdown
Author

Explain what is wrong, I am ready to change of course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants