julliannailluj
julliannailluj
> You can set the environment variable EC_TELEMETRY to false or some other non true boolean value to disable the anonymous embed chain telemetry collection. Canyou tell me where is...
Very interesting question that I was about to ask! I tried a bit with echo and -t but unsuccessfully.
I think his question and mine is about giving a user prompt to a model through a pattern, after feeding it with a text. Copied text -> question about the...
An example of what I'd like to do: echo "Write a plausible conversation between Socrates and Omar Khayam" | fabric --agents | echo "translate the input to French" -sp ai...
UPDATE: The best solution I've found for now is to pipe the unaltered transcript into a python script in this way: yt --transcript --lang 'fr' https://www.youtube.com/watch?v=HLD3BFdE0fU | python3 fix_french_typos.py There...
>  Just change this line above and rebuild locally has solved the yt multilingual encoding issue for me, I also mentioned this [bug](https://github.com/danielmiessler/fabric/issues/370) before, but seems no fix for...
If you're a Windows user, you can run models locally with Ollama, in a local version of Linux using WSL. Open the Windows terminal and type the lines which don't...