Spaces:
Runtime error
Runtime error
Local Running
#10
by
john1223 - opened
Can we run the following model locally with out any dependencey on the network
Thank You
Hi @john1223 , there are two models used for this demo: text-davinci-003 and sentence-transformers/multi-qa-mpnet-base-dot-v1. You can run the latter locally as it's an open source one but text-davinci-003 is a closed source model by OpenAI served through API so it won't be possible to run it without network connection.