You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every other function in this library works in React, and is much more convenient than manually writing a function to handle the CURL API. However trying to run ollama.create in React gives an error due to process being unavailable. This might be neccessary when paths are provided, but when their not process.cwd doesn't need to be called at all. Tthis worked fine for me.
Every other function in this library works in React, and is much more convenient than manually writing a function to handle the CURL API. However trying to run
ollama.create
in React gives an error due toprocess
being unavailable. This might be neccessary when paths are provided, but when their notprocess.cwd
doesn't need to be called at all. Tthis worked fine for me.The text was updated successfully, but these errors were encountered: