SamurAIGPT / Text-To-Video-AI

Generate video from text using AI
https://www.vadoo.tv/text-to-video-ai
MIT License
299 stars 111 forks source link

Self hosted models support #9

Closed dheeth closed 1 month ago

dheeth commented 1 month ago

is it possible to use self hosted AI models like LLAMA or similar instead of paid open api key?

If yes, how? Should I directly provide API key of open source self hosted llama models?

Anil-matcha commented 1 month ago

You can run ollama locally and replace the openai url with localhost ollama url

dheeth commented 1 month ago

Sure, thanks I'll try