Skip to content

Update to latest flow commit, make voice-id configurable#3

Merged
ovistoica merged 2 commits intoshipclojure:mainfrom
codeboost:main
Feb 13, 2025
Merged

Update to latest flow commit, make voice-id configurable#3
ovistoica merged 2 commits intoshipclojure:mainfrom
codeboost:main

Conversation

@codeboost
Copy link
Copy Markdown
Contributor

These changes were needed to make the local and scenario examples work on my machine.

The hard-coded Eleven Labs voice ID was failing with 'Voice ID not found' error.
This change makes it configurable in secrets.edn. The voice-id can be obtained from their playground.

I've also updated core.async.flow to the latest commit (88a7971196cd41fbc921df3f4c36a004a3f974d6).
Two changes were necessary - adding the arity-2 :transform functions which just return the state and step-process is no longer needed (clojure/core.async@8bd11b7).

Copy link
Copy Markdown
Collaborator

@ovistoica ovistoica left a comment

Choose a reason for hiding this comment

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

The change looks very good! Thank you. I knew the voice-id was an issue and I had a personal todo to fix it.

Thank you for the time & effort on this, Florin! Very much appreciated!

I left a comment about ignoring clj-kondo which is not a wanted change. Please fix that and this can be merged

/core/.idea/
/core/core.iml
.idea/
.clj-kondo/
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

clj-kondo is important not to be added to ignore, as it contains rules for handling custom macros like defframe

Please revert to just ignoring .clj-kondo/.cache

@ovistoica ovistoica merged commit 098a9db into shipclojure:main Feb 13, 2025
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