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

docs: add HTTP code examples for apply LLMs to audio files #165

Open
wants to merge 3 commits into
base: mart/http-snippets
Choose a base branch
from

Conversation

dan-ince-aai
Copy link
Contributor

This is a first draft PR for all HTTP code changes.

I have only changed the full code block example for this first draft, so that we can first review the code & also share it across the team to reduce duplicate work.

Copy link

@LeeVaughn
Copy link
Contributor

LeeVaughn commented Feb 19, 2025

hey @dan-ince-aai!

On line 11 of the Python (requests) code we need to add "/v2" to the upload so that it is response = requests.post(base_url + "/v2/upload", instead of response = requests.post(base_url + "/upload",

Looks like the other HTTP examples need similar updates.

@dan-ince-aai
Copy link
Contributor Author

Oops my bad, thanks @LeeVaughn! Should be all good to go now.

Copy link

Copy link

@m-ods m-ods changed the base branch from main to mart/http-snippets March 3, 2025 07:13
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