mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
fix: Spelling Grog to Groc. The setup for the vendor must be done, because of ENV prefix for setting.
This commit is contained in:
parent
37401fcfb4
commit
38d4b459bd
2
vendors/groc/groq.go
vendored
2
vendors/groc/groq.go
vendored
@ -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…
Reference in New Issue
Block a user