mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-06 08:01:31 +00:00
openai chat temperature fix
This commit is contained in:
parent
7a7d2eebc9
commit
2eef19651f
4 changed files with 8 additions and 12 deletions
|
|
@ -488,12 +488,12 @@ def convert_out(settings: Settings) -> SettingsOutput:
|
|||
"id": "agent_memory_subdir",
|
||||
"title": "Memory Subdirectory",
|
||||
"description": "Subdirectory of /memory folder to use for agent memory storage. Used to separate memory storage between different instances.",
|
||||
"type": "select",
|
||||
"type": "text",
|
||||
"value": settings["agent_memory_subdir"],
|
||||
"options": [
|
||||
{"value": subdir, "label": subdir}
|
||||
for subdir in files.get_subdirectories("memory", exclude="embeddings")
|
||||
],
|
||||
# "options": [
|
||||
# {"value": subdir, "label": subdir}
|
||||
# for subdir in files.get_subdirectories("memory", exclude="embeddings")
|
||||
# ],
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue