Tony Hoang

Results 6 issues of Tony Hoang

Does langchain have Atlassian Confluence support like Llama Hub?

How do you set the max token with ollama python? My code doesn't seem to work. Thanks! `output=ollama.chat(model='my_model',max_token=5, messages=[])`

Hi all, I got this error: ```Could not download 'pyannote/speaker-diarization' pipeline. It might be because the pipeline is private or gated so make sure to authenticate. Visit https://hf.co/settings/tokens to create...

I trained ~2.5 hours of voice clips for the PVC. When I run a test script on the speech synthesis via the website (https://elevenlabs.io/app/speech-synthesis), it works great! Following the guide...

Hi all, I've been able to get xgen7b to work with sentence completion using GPU but cannot get it to work with question/answer. The code I'm using is below: ```...

Hi, I'm trying to use the python API call to input more than 5000 characters. I keep getting an error. Is there a way to do it? Would I need...