initial commit
This commit is contained in:
11
OpenAISwift/Models/Instruction.swift
Normal file
11
OpenAISwift/Models/Instruction.swift
Normal file
@ -0,0 +1,11 @@
|
||||
//
|
||||
// Created by Adam Rush - OpenAISwift
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct Instruction: Encodable {
|
||||
let instruction: String
|
||||
let model: String
|
||||
let input: String
|
||||
}
|
||||
Reference in New Issue
Block a user