|
|
@@ -104,7 +104,7 @@ func (c *ChatGPT) ChatWithContext(question string) (answer string, err error) {
|
|
|
return "", OverMaxTextLength
|
|
|
}
|
|
|
req := gogpt.CompletionRequest{
|
|
|
- Model: gogpt.GPT3TextDavinci003,
|
|
|
+ Model: gogpt.GPT3Dot5Turbo,
|
|
|
MaxTokens: c.maxAnswerLen,
|
|
|
Prompt: prompt,
|
|
|
Temperature: 0.9,
|