Skip to content

Commit

Permalink
👷 Add Linux support
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Friese <peter@peterfriese.de>
  • Loading branch information
peterfriese committed Sep 28, 2023
1 parent e0c93f6 commit 4f97cf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/GoogleGenerativeAI/GenerativeLanguage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
import Foundation
import Get

#if canImport(FoundationNetworking)
import FoundationNetworking
#endif

/// The API client for the PaLM API.
public class GenerativeLanguage {

Expand Down

0 comments on commit 4f97cf3

Please sign in to comment.