fix: Spelling Grog to Groc. The setup for the vendor must be done, because of ENV prefix for setting.

pull/862/head^2
Eugen Eisler 6 days ago
parent 37401fcfb4
commit 38d4b459bd

@ -6,7 +6,7 @@ import (
func NewClient() (ret *Client) {
ret = &Client{}
ret.Client = openai.NewClientCompatible("Groq", "https://api.groq.com/openai/v1", nil)
ret.Client = openai.NewClientCompatible("Groc", "https://api.groq.com/openai/v1", nil)
return
}

Loading…
Cancel
Save