mirror of https://github.com/aliasrobotics/cai.git
Minor fixes during discussion
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
parent
1b09a104a8
commit
191b657c6a
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "cai-framework"
|
||||
version = "0.4.0"
|
||||
version = "0.5.0"
|
||||
description = "Cybersecurity AI Framework"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
|
|
|
|||
|
|
@ -84,7 +84,6 @@ Environment Variables enabling the episodic memory store
|
|||
import os
|
||||
from cai.sdk.agents import Agent, OpenAIChatCompletionsModel
|
||||
from cai.tools.misc.rag import add_to_memory_semantic, add_to_memory_episodic
|
||||
from cai.rag.vector_db import get_previous_memory
|
||||
|
||||
# Get model from environment or use default
|
||||
model = os.getenv('CAI_MODEL', "alias0")
|
||||
|
|
|
|||
Loading…
Reference in New Issue