Skip to content

Commit

Permalink
auto: sync upstream / update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paepckehh committed May 18, 2024
1 parent 6356210 commit 603de07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

// GPT3 AI Model fragments
const (
GPT3AIModel string = gpt3.GPT3TextDavinci003
GPT3AIModel string = "gpt-3.5-turbo-instruct"
GPT3AICosts float64 = 0.0200 / 1000
GPT3AIPromtLang string = "Write the answer email in polite standard "
GPT3AIPromtCancel string = "Does this email attempt to cancel a subscription service?\n"
Expand Down

0 comments on commit 603de07

Please sign in to comment.