Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚧 Wrote Nova.swift #1

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

🚧 Wrote Nova.swift #1

wants to merge 5 commits into from

Commits on Oct 28, 2024

  1. ⏪️ Revert "✨Add OpenAI API support (#2)"

    This reverts commit 1217dff, reversing
    changes made to b5432a2.
    BruceMcRooster committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b8c1251 View commit details
    Browse the repository at this point in the history
  2. ➕Add SwiftOpenAI as dependency

    Had to remove tvOS and visionOS platforms because it doesn’t support those platforms.
    
    Signed-off-by: Evan <[email protected]>
    BruceMcRooster committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b4d2213 View commit details
    Browse the repository at this point in the history
  3. 🚧 Wrote Nova.swift

    Provides API key access for the rest of the library, and enables setup based on Team IDs or individual API keys
    Still needs the server URL
    
    Signed-off-by: Evan <[email protected]>
    BruceMcRooster committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f197e55 View commit details
    Browse the repository at this point in the history
  4. 🎨 Reformatted Nova.swift

    Signed-off-by: Evan <[email protected]>
    BruceMcRooster committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e2cf714 View commit details
    Browse the repository at this point in the history
  5. 🏗️Added openAIService property

    Sets up SwiftOpenAI service for use by other parts of the package
    
    Signed-off-by: Evan <[email protected]>
    BruceMcRooster committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0a467de View commit details
    Browse the repository at this point in the history