-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLM Chatbots with Personas #3
Conversation
Update to support multiple configured subminds for one LLM instance Update documentation
Update LLM config handling and warnings
Update logging to debug MQ connection errors
Add default `llm_bots` configuration to Docker Implement persona support from NeonGeckoCom/neon-llm-core#3
llm_bots: | ||
<LLM Name>: | ||
- name: Assistant | ||
description: You are a personal assistant who responds in 40 words or less |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From persona-private
:
short_response: True # If true, limit to 60 words
base_prompt: You are a smart city manager... # Base personality prompt to which response length can be added
imagination: False # If true, allow for non-factual information in responses
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leave the internals to name
and description
; UI can accept these other params but will generate a description
to be stored. Possibly add temperature
ee1d9d9
to
d607563
Compare
* Minor logging and formatting changes Add default `llm_bots` configuration to Docker Implement persona support from NeonGeckoCom/neon-llm-core#3 * Update neon-llm-core dependency for chatbot support Update default configuration and document llm bots * Resolve license test failures --------- Co-authored-by: Daniel McKnight <daniel@neon.ai>
Description
Enable an LLM to connect to the
/chatbots
vhost with multiple personasIssues
Other Notes
Planning discussion documented: https://gist.github.com/NeonDaniel/a89542f2f6239cfe342ccea29bd1d0cc