Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
snova-zoltanc committed Dec 2, 2024
1 parent 896271a commit 112018d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aisuite/providers/sambanova_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self, **config):
raise ValueError(
"Sambanova API key is missing. Please provide it in the config or set the SAMBANOVA_API_KEY environment variable."
)

config["base_url"] = "https://api.sambanova.ai/v1/"
# Pass the entire config to the OpenAI client constructor
self.client = OpenAI(**config)
Expand Down

0 comments on commit 112018d

Please sign in to comment.