Skip to content

Conversation

@artek0chumak
Copy link
Contributor

No description provided.

@github-actions
Copy link

github-actions bot commented Dec 15, 2025

✱ Stainless preview builds

This PR will update the togetherai SDKs with the following commit message.

feat: Add progress bar field to Finetuning API Response

Edit this comment to update it. It will appear in the SDK's changelogs.

togetherai-python studio · code · diff

Your SDK built successfully.
generate ⚠️build ✅lint ✅test ⏳

pip install https://pkg.stainless.com/s/togetherai-python/f94eabae63864b584e34d20331105e8b58ece57c/together-2.0.0a10-py3-none-any.whl
New diagnostics (1 note)
💡 Model/Recommended: `#/components/schemas/FineTuneProgress` could potentially be defined as a [model](https://www.stainless.com/docs/guides/configure#models) within `#/resources/fine_tuning`.
togetherai-go studio · code · diff

Your SDK built successfully.
generate ⚠️lint ✅test ✅

go get github.com/stainless-sdks/togetherai-go@ab9e8a528735f08f2688c1300ac59fce274a6f1d
New diagnostics (1 note)
💡 Model/Recommended: `#/components/schemas/FineTuneProgress` could potentially be defined as a [model](https://www.stainless.com/docs/guides/configure#models) within `#/resources/fine_tuning`.
togetherai-typescript studio · code · diff

Your SDK built successfully.
generate ⚠️build ✅lint ✅test ✅

npm install https://pkg.stainless.com/s/togetherai-typescript/58e9307138c3e6ad40cf0ab5bec9109d9c50d719/dist.tar.gz
New diagnostics (1 note)
💡 Model/Recommended: `#/components/schemas/FineTuneProgress` could potentially be defined as a [model](https://www.stainless.com/docs/guides/configure#models) within `#/resources/fine_tuning`.
togetherai-terraform studio · code · diff

Your SDK built successfully.
generate ⚠️lint ✅test ✅

New diagnostics (1 note)
💡 Model/Recommended: `#/components/schemas/FineTuneProgress` could potentially be defined as a [model](https://www.stainless.com/docs/guides/configure#models) within `#/resources/fine_tuning`.

This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push.
Last updated: 2025-12-15 15:23:12 UTC

openapi.yaml Outdated
description: Whether time estimate is available
seconds_remaining:
type: integer
format: int64
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we want or need this format.

type: integer will produce an int64 by default https://www.stainless.com/docs/reference/openapi-support/#primitives

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thank you!

@artek0chumak artek0chumak merged commit 46e1589 into main Dec 15, 2025
4 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.

4 participants