mirror of
				https://github.com/kardolus/chatgpt-cli.git
				synced 2024-09-08 23:15:00 +03:00 
			
		
		
		
	fix add missing max_token in request query
This commit is contained in:
		| @@ -5,6 +5,7 @@ type CompletionsRequest struct { | ||||
| 	Temperature      float64   `json:"temperature"` | ||||
| 	TopP             float64   `json:"top_p"` | ||||
| 	FrequencyPenalty float64   `json:"frequency_penalty"` | ||||
| 	MaxTokens        int       `json:"max_tokens"` | ||||
| 	PresencePenalty  float64   `json:"presence_penalty"` | ||||
| 	Messages         []Message `json:"messages"` | ||||
| 	Stream           bool      `json:"stream"` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 nopeless
					nopeless