start history rewrite

This commit is contained in:
2023-04-18 01:24:28 -07:00
parent 9540f8237d
commit 63f3dfe255
4 changed files with 88 additions and 516 deletions

View File

@@ -1,5 +1,7 @@
package client
const apiEndpoint = "https://api.elevenlabs.io"
type Client struct {
apiKey string
}