Skip to content

Commit

Permalink
interface
Browse files Browse the repository at this point in the history
  • Loading branch information
monofuel committed Jan 13, 2024
1 parent 4ad3efc commit 41c1395
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/llama_leap.nim
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ type
repeat_penalty*: Option[float32]
temperature*: Option[float32]
seed*: Option[int]
# TODO rest
stop*: Option[string]
tfs_z*: Option[float32]
num_predictions*: Option[int]
top_k*: Option[int]
top_p*: Option[float32]
GenerateReq* = ref object
model*: string
prompt*: string
Expand Down

0 comments on commit 41c1395

Please sign in to comment.