2024-03-06.12.01.58.mov
This feature is completely native and does not require an API key. It's a bit slow so far, but it does provide per-website storage, so once created, website embeds can be reused. Since it's still in preview, you can't use it except for the window of the feature.
ollama is a lightweight, extensible framework that lets you run powerful LLMs like Llama 2, Code Llama, and others on your own computer. This means you don't need to rely on cloud-based services or have specific hardware requirements.
OllamaGUI: A user interface (GUI) application built for macOS using SwiftUI framework, help you to use ollama model easily
- need llama2 model https://ai.meta.com/llama/
- ensure ollama server is running https://ollama.ai/
git clone https://github.com/enoch1118/ollamaGUI.git
Open Xcode. Go to "File" -> "Open". Locate the ollamagui.xcworkspace file within the cloned repository and open it.
If you haven't already, install CocoaPods Open your terminal and run
sudo gem install cocoapods.
In the terminal, navigate to the root of the OllamaGui project directory
pod install
to install required dependencies.
- swift-markdown-ui https://github.com/gonzalezreal/swift-markdown-ui
- SwiftUIIntrospect https://github.com/siteline/swiftui-introspect
- Alamofire https://github.com/Alamofire/Alamofire
--- langchain