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
Set the environment variable OPENAI_API_KEY if using agents module and GPT before running.
Install Ollama For Local LLM
// Download Ollama for your platform here https://ollama.com/download if using pipelines module.
// Pull the LLM models
$ ollama pull mistral
$ ollama pull bakllava
// Run the Ollama server exe or by command
$ ollama serve