llmOS-Agent / src /config.py

Commit History

Enhance system prompt for self-sufficient terminal usage
c46c835

tech-envision commited on

feat(vm): persist containers across sessions
9f82d8d

tech-envision commited on

Enhance system prompt to clarify development background and user assistance capabilities
8114c3f

minchyeom commited on

Update system prompt with python and /think guidance
7f10a78

tech-envision commited on

fix: update VM_IMAGE environment variable to use python:3.11
a8e6ea9

minchyeom commited on

fix: update MODEL_NAME and NUM_CTX environment variable defaults
afe52f9

minchyeom commited on

fix: update VM_IMAGE to use the base Ubuntu image instead of Dockerfile
14b4052

starsnatched commited on

fix: update VM_IMAGE environment variable to use Dockerfile
67b4abb

starsnatched commited on

docs: enforce lookup behavior
59f95d3

tech-envision commited on

Update model name and context size in configuration
71e83b5

starsnatched commited on

Add configurable VM image with pip
44051cc

tech-envision commited on

fix: update default model name and context size in config
0a8133b

minchyeom commited on

Add asynchronous VM execution and update prompt
a8ee91f

tech-envision commited on

Remove unused EMBEDDING_MODEL_NAME from configuration
14b9f7a

starsnatched commited on

Enhance system prompt
43fc611

tech-envision commited on

Add document upload support and update prompt
7a7b1d3

tech-envision commited on

Add comment to EMBEDDING_MODEL_NAME indicating it is unused for now
51ac17a

starsnatched commited on

Update model names and configuration parameters for improved performance
f741707

starsnatched commited on

Update SYSTEM_PROMPT to include assistant name 'Starlette'
1085a21

minchyeom commited on

Add default system prompt and ensure it is used
86c5368

tech-envision commited on

Update NUM_CTX default value to 32000
a3a533e

minchyeom commited on

Add configurable num_ctx option
4c7374d

tech-envision commited on

Add database support and persist chat history
bedb8e2

tech-envision commited on

Add initial implementation of chat application with required dependencies
0e02b97

minchyeom commited on