Chore: linter complains
This commit is contained in:
		| @@ -188,7 +188,7 @@ func (b *Bot) CallLLM(prompt string) error { | ||||
| 	} | ||||
| 	req.Header.Add("Content-Type", "application/json") | ||||
| 	req.Header.Add("Accept", "application/json") | ||||
| 	req.Header.Add("Authorization", fmt.Sprintf("Bearer %s", b.cfg.LLMConfig.TOKEN)) | ||||
| 	req.Header.Add("Authorization", "Bearer "+b.cfg.LLMConfig.TOKEN) | ||||
| 	res, err := client.Do(req) | ||||
| 	if err != nil { | ||||
| 		fmt.Println(err) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Grail Finder
					Grail Finder