Skip to content

Commit

Permalink
Merge pull request #91 from rcano-baseten/main
Browse files Browse the repository at this point in the history
use updated baseten url
  • Loading branch information
juberti authored Jul 16, 2024
2 parents 709a008 + eaef570 commit 2e19cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm_benchmark_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def _audio_models():
_Llm(
"fixie-ai/ultravox-v0.2",
"baseten.co/ultravox-v0.2",
base_url="https://bridge.baseten.co/5wovovzq/direct/v1",
base_url="https://bridge.baseten.co/5wovovzq/v1/direct",
api_key=os.getenv("BASETEN_API_KEY"),
),
]
Expand Down

0 comments on commit 2e19cbe

Please sign in to comment.