julliannailluj

Results 7 comments of 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...

> ![image](https://private-user-images.githubusercontent.com/47220170/335350900-0040da7b-e4e6-4354-84a5-083044ba153f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTcxMDEyMzMsIm5iZiI6MTcxNzEwMDkzMywicGF0aCI6Ii80NzIyMDE3MC8zMzUzNTA5MDAtMDA0MGRhN2ItZTRlNi00MzU0LTg0YTUtMDgzMDQ0YmExNTNmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MzAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTMwVDIwMjg1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTExNGNmNTEyYTZjNGViNzJmMDEzNTBiOWU5ZTM1YTIzYzhhZjA1ZjE4ZTRlODNlYTJjNDM5YWJmZmVhYzU0ZjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.01IdDWdyx-_q_1gQ3BeW19B8VHYKiUFLOwJsBV6uVDo) 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...