Skip to content

Commit

Permalink
add: add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
namwoam committed Aug 10, 2024
1 parent 21e4fb7 commit e71f929
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ai/fireworksai/v0/assets/fireworks-ai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ func Init(
{
// FireworksAI
conn := fireworksai.Init(baseComp)
conn = conn.WithInstillCredentials(secrets[conn.GetDefinitionID()])
// Secret doesn't allow hyphens
conn = conn.WithInstillCredentials(secrets["fireworksai"])
compStore.Import(conn)
}

Expand Down

0 comments on commit e71f929

Please sign in to comment.