Skip to content

Commit

Permalink
removed my api key from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kingmariano committed Jul 18, 2024
1 parent 9bd6c50 commit e8610fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/imageGeneration/lowImageGeneration.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

func main() {
apiKey := "HwikyHTrh4DMP9ZV1PzOn3K+C4Il7N/RKurD5AjyoIE="
apiKey := "Your-API-Key"
client := omnicron.NewClient(apiKey, omnicron.WithBaseURL("https://omnicron-latest.onrender.com/"))
res, err := client.LowImageGeneration(context.Background(), omnicron.LowImageGenerationModelAndParams{
Model: omnicron.SDXLLightning4stepModel,
Expand Down

0 comments on commit e8610fc

Please sign in to comment.