mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 21:03:42 +00:00
fix(ai): disable OpenAI Responses storage by default (closes #1308)
This commit is contained in:
parent
04bde9cb50
commit
d1fce2ba1d
2 changed files with 5 additions and 0 deletions
|
|
@ -206,6 +206,7 @@ function buildParams(model: Model<"openai-responses">, context: Context, options
|
|||
stream: true,
|
||||
prompt_cache_key: cacheRetention === "none" ? undefined : options?.sessionId,
|
||||
prompt_cache_retention: getPromptCacheRetention(model.baseUrl, cacheRetention),
|
||||
store: false,
|
||||
};
|
||||
|
||||
if (options?.maxTokens) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue