LogicSage: AI iOS Code & Chat. (iPadOS, MacOS, iOS and more platforms soon!) - on the AppStore for free now!
Chat with GPT using tools (google, link) which allow incorporation of Google Search results into GPT responses.
with LogicSage: iOS, iPadOS
https://developers.google.com/custom-search/v1/introduction
gpt-4-1106-web-browsing*
(this is added by LogicSage.)(Work in Progress) MacOS / iOS GPT Middleware that allows GPT to build, run, and test Xcode projects.
When connected to the LogicSageCommandLine you can use the "Term" window from the LogicSage app, This allows you to invoke the commands on your mac from your device.
Go to the root of your MacOS user directory (~)
cd ~
Clone the repository: git clone https://github.com/cdillard/LogicSage.git
~/LogicSage/
Open ~/LogicSage/
in Finder.
Open LogicSageCommandLine.xcworkspace
by double clicking it.
Set OPEN_AI_KEY
in Swifty-GPT/GPT-Info.plist
within this Xcode project.
To use LogicSageCommandLine please set up your LogicSage passwords. Please choose and set values for - SWIFTSAGE_USERNAME, SWIFTSAGE_PASSWORD & SWIFTSAGE_SERVER_USERNAME, SWIFTSAGE_SERVER_PASSWORD
Now set those values in the following .plist files in the repository.
LogicSage/LogicSage/GPT-Info.plist
SwiftSageServer/App/GPT-Info.plist
Swifty-GPT/GPT-Info.plist
Optional for customizable bgs: Run ./copy_wallpapers.sh
to copy your existing Mac OS Desktops to the LogicSageWorkspace. This is where LogicSage will grab your desired wallpaper backgrounds from.
Create folder ~/Documents/LogicSageWorkspace
Create folder ~/Documents/LogicSageForMacWorkspace
Open LogicSage/LogicSage.xcodeproj
and run the Mac OS app.
Select Start server
Observe launched Terminal windows running LogicSageCommandLine.
How to use LogicSageCommandLine
If you don't have Homebrew and Ruby installed, follow these steps:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install ruby
brew install xcodegen
gem install xcodeproj
I am not responsible for any issues (legal or otherwise) that may arise from using the code in this repository. This is an experimental project, and I cannot guarantee its contents. The developer of this project does not accept any responsibility or liability for any losses, damages, or other consequences that may occur as a result of using this software. You are solely responsible for any decisions and actions taken based on the information provided by LogicSage.
Please note that the use of the GPT language model can be expensive due to its token usage. By utilizing this project, you acknowledge that you are responsible for monitoring and managing your own token usage and the associated costs. It is highly recommended to check your OpenAI API usage regularly and set up any necessary limits or alerts to prevent unexpected charges.
You can get a key here https://platform.openai.com/account/api-keys
LogicSage needs an API key to make requests to OpenAI's API. Note that you will be charged by OpenAI for your API usage when hitting the send/"paperairplane" button.
Make sure to set usage limits! and keep an eye on your usage here:
Created by: Chris Dillard
Please raise Github issues or open a PR to discuss this project with me.