Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update create api for v0.5.5 and deprecate create from files #192

Merged
merged 3 commits into from
Jan 13, 2025

Conversation

BruceMacD
Copy link
Collaborator

Add new create API structure, remove broken file streaming logic

  • Updates CreateRequest interface with new fields

  • Removes broken logic for streaming model creation from local files

  • Previous implementation did not properly handle file streams

  • Model creation from files should be handled by separate PR

  • Updates documentation and types to reflect new API structure

Follow-up: #191

Add new create API structure, remove broken file streaming logic

- Updates CreateRequest interface with new fields
- Removes broken logic for streaming model creation from local files
 - Previous implementation did not properly handle file streams
 - Model creation from files should be handled by separate PR

- Updates documentation and types to reflect new API structure
README.md Outdated Show resolved Hide resolved
@ParthSareen
Copy link
Contributor

Do we have any issues open for creating tests for the repo? @BruceMacD

BruceMacD and others added 2 commits January 13, 2025 10:20
@BruceMacD
Copy link
Collaborator Author

@ParthSareen No tests yet around a lot of stuff, I think we should go the integration tests route so we don't end up with a bunch of mocks.

@BruceMacD BruceMacD merged commit f655d63 into main Jan 13, 2025
3 checks passed
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