mirror of
https://github.com/taigrr/elevenlabs.git
synced 2026-04-02 03:08:57 -07:00
refactor model names
This commit is contained in:
9
client/client.go
Normal file
9
client/client.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package client
|
||||
|
||||
type Client struct {
|
||||
apiKey string
|
||||
}
|
||||
|
||||
func New(apiKey string) Client {
|
||||
return Client{apiKey: apiKey}
|
||||
}
|
||||
Reference in New Issue
Block a user