Fix nits
This commit is contained in:
@@ -90,7 +90,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
- Updated `RimeTTSService`'s flush_audio message to conform with Rime's official API.
|
- Updated `RimeTTSService`'s flush_audio message to conform with Rime's official API.
|
||||||
|
|
||||||
- - Updated the default model for `CerebrasLLMService` to GPT-OSS-120B.
|
- Updated the default model for `CerebrasLLMService` to GPT-OSS-120B.
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
|
|||||||
voice_id="71a7ad14-091c-4e8e-a314-022ece01c121", # British Reading Lady
|
voice_id="71a7ad14-091c-4e8e-a314-022ece01c121", # British Reading Lady
|
||||||
)
|
)
|
||||||
|
|
||||||
llm = CerebrasLLMService(api_key=os.getenv("CEREBRAS_API_KEY"), model="gpt-oss-120b")
|
llm = CerebrasLLMService(api_key=os.getenv("CEREBRAS_API_KEY"))
|
||||||
# You can also register a function_name of None to get all functions
|
# You can also register a function_name of None to get all functions
|
||||||
# sent to the same callback with an additional function_name parameter.
|
# sent to the same callback with an additional function_name parameter.
|
||||||
llm.register_function("get_current_weather", fetch_weather_from_api)
|
llm.register_function("get_current_weather", fetch_weather_from_api)
|
||||||
|
|||||||
Reference in New Issue
Block a user