mirror of
https://github.com/foss42/apidash.git
synced 2025-12-04 20:13:56 +08:00
StreamingDone Error Fixed & added Streaming Config to all
This commit is contained in:
@@ -15,6 +15,8 @@ class AzureOpenAIModelController extends ModelController {
|
||||
LLMConfigName.temperature.name:
|
||||
defaultLLMConfigurations[LLMConfigName.temperature]!,
|
||||
LLMConfigName.top_p.name: defaultLLMConfigurations[LLMConfigName.top_p]!,
|
||||
LLMConfigName.stream.name:
|
||||
defaultLLMConfigurations[LLMConfigName.stream]!,
|
||||
},
|
||||
).clone();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user