Sammy Deprez
Sammy Deprez
Agree, but then it might be better to hide the field when it can not be used?
Would be great to get an update from Microsoft about this. October is coming soon!
I did not really like how I had to change the config.py, feels a bit weird that when I add a new provider that I had to make changes there....
+1 very interested to see this feature!
This is available already https://docs.chainlit.io/concepts/command Set button=True
You can already do that. Just change the model via the conversation config ```python from podcastfy.client import generate_podcast audio_file = generate_podcast( urls=["https://en.wikipedia.org/wiki/Artificial_intelligence"], llm_model_name="gpt-4-turbo", api_key_label="OPENAI_API_KEY" conversation_config={ "text_to_speech": { "openai": { "model":...
I have just created a PR for this #261 #260 Waiting for the maintainers to merge it.
There are so many needed PRs open, no one that is merging them 😞
It is a very easy fix, just fixed in a PR, hope it can be merged soon.